Module: Chinchilla
- Defined in:
- lib/chinchilla.rb,
lib/chinchilla/runner.rb,
lib/chinchilla/version.rb
Defined Under Namespace
Classes: Runner
Constant Summary collapse
- VERSION =
"0.3.1"
Class Method Summary collapse
Class Method Details
.start(options = {}) ⇒ Object
6 7 8 |
# File 'lib/chinchilla.rb', line 6 def self.start(={}) Runner.new().run end |