mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
remove a method definition I missed in last commit
This commit is contained in:
parent
07dbdf6952
commit
31661e0294
1 changed files with 0 additions and 4 deletions
|
@ -1,10 +1,6 @@
|
|||
class Slicehost < Fog::Bin
|
||||
class << self
|
||||
|
||||
def initialized?
|
||||
true
|
||||
end
|
||||
|
||||
def [](service)
|
||||
@@connections ||= Hash.new do |hash, key|
|
||||
hash[key] = case key
|
||||
|
|
Loading…
Reference in a new issue