lib/vresource.rb in ruby-ext-0.4.2 vs lib/vresource.rb in ruby-ext-0.4.3
- old
+ new
@@ -7,6 +7,10 @@
vresource
resource_extensions
class_loader
module
-}.each{|f| require "vresource/#{f}"}
+}.each{|f| require "vresource/#{f}"}
+
+def autoload_dir *args
+ VResource.autoload_dir *args
+end
\ No newline at end of file