lib/vfs/vfs.rb in vfs-0.1.1 vs lib/vfs/vfs.rb in vfs-0.2
- old
+ new
@@ -1,6 +1,10 @@
module Vfs
class << self
+ def default_storage
+ ::Vfs::Storages::Local.new
+ end
+
def to_entry
'/'.to_entry
end
def to_file
\ No newline at end of file