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

[cdn] fix top level class/module mismatch

This commit is contained in:
geemus 2011-06-15 17:55:17 -07:00
parent 0ba26b681e
commit 2e533561a9

View file

@ -1,5 +1,5 @@
module Fog
class CDN
module CDN
def self.[](provider)
self.new(:provider => provider)