lib/acfs/global.rb in acfs-0.15.0 vs lib/acfs/global.rb in acfs-0.16.0
- old
+ new
@@ -11,7 +11,11 @@
# Run all queued operations.
#
def run
runner.start
end
+
+ def configure(&block)
+ Configuration.current.configure &block
+ end
end
end