lib/files.rb in files-0.2.0 vs lib/files.rb in files-0.2.1
- old
+ new
@@ -86,9 +86,9 @@
end
end
end
-def Files options = Files.default_options, &block
- files = Files.create options, &block
+def Files options = ::Files.default_options, &block
+ files = ::Files.create options, &block
files.root
end