From 31661e0294dce70377ac014e641f4cd529994abc Mon Sep 17 00:00:00 2001 From: geemus Date: Tue, 21 Sep 2010 11:19:19 -0700 Subject: [PATCH] remove a method definition I missed in last commit --- lib/fog/slicehost/bin.rb | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lib/fog/slicehost/bin.rb b/lib/fog/slicehost/bin.rb index 6c8f9466f..71199132a 100644 --- a/lib/fog/slicehost/bin.rb +++ b/lib/fog/slicehost/bin.rb @@ -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