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

Incorrectly requiring all of fog here

This commit is contained in:
Evan Light 2014-02-14 16:37:09 -05:00
parent 4c077bd50b
commit 3d719f325e

View file

@ -1,4 +1,3 @@
require 'fog'
module Fog module Fog
module Storage module Storage
class Rackspace class Rackspace
@ -36,4 +35,4 @@ module Fog
end end
end end
end end
end end