mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
[core] Removes unused getting of Constant
This commit is contained in:
parent
eaa76a9c58
commit
08e58bc618
1 changed files with 0 additions and 1 deletions
|
@ -4,7 +4,6 @@ module Fog
|
|||
class << self
|
||||
|
||||
def available_providers
|
||||
Kernel.const_get('Ninefold')
|
||||
@available_providers ||= Fog.providers.values.select {|provider| Kernel.const_get(provider).available?}.sort
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue