1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00

Remove obsolete method.

This commit is contained in:
Rupak Ganguly 2012-03-21 16:59:47 -04:00
parent 813c23ae10
commit 854331420c

View file

@ -79,10 +79,6 @@ module Fog
acl = "public-read-write"
end
end
def info
{:url => url, :auth_token => @auth_token}
end
end
class Mock