Class: Wombat::Runner
- Inherits:
-
Object
- Object
- Wombat::Runner
- Defined in:
- lib/wombat/cli.rb
Instance Attribute Summary collapse
-
#options ⇒ Object
readonly
Returns the value of attribute options.
Instance Method Summary collapse
-
#initialize(options) ⇒ Runner
constructor
A new instance of Runner.
- #start ⇒ Object
Constructor Details
#initialize(options) ⇒ Runner
Returns a new instance of Runner.
217 218 219 |
# File 'lib/wombat/cli.rb', line 217 def initialize() = end |
Instance Attribute Details
#options ⇒ Object (readonly)
Returns the value of attribute options.
215 216 217 |
# File 'lib/wombat/cli.rb', line 215 def end |
Instance Method Details
#start ⇒ Object
221 222 223 |
# File 'lib/wombat/cli.rb', line 221 def start .klass.new().start end |