Module: UnicornDirectoryWatcher
- Defined in:
- lib/unicorn_directory_watcher.rb,
lib/unicorn_directory_watcher/version.rb
Defined Under Namespace
Classes: Runner
Constant Summary collapse
- VERSION =
"0.1.5"
Class Method Summary collapse
Class Method Details
.call(*args, &block) ⇒ Object
5 6 7 |
# File 'lib/unicorn_directory_watcher.rb', line 5 def self.call(*args, &block) Runner.new(*args).call(&block) end |