lib/vfs/vfs.rb in vfs-0.3.15 vs lib/vfs/vfs.rb in vfs-0.4.0

- old
+ new

@@ -1,8 +1,8 @@ module Vfs class << self - def default_storage - ::Vfs::Storages::Local.new + def default_driver + ::Vfs::Drivers::Local.new end def to_entry '/'.to_entry end \ No newline at end of file