1
0
Fork 0
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:
geemus 2010-09-21 11:19:19 -07:00
parent 07dbdf6952
commit 31661e0294

View file

@ -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