Method: Kintama::Runner::Base#initialize
- Defined in:
- lib/kintama/runner.rb
#initialize ⇒ Base
Returns a new instance of Base.
11 12 13 |
# File 'lib/kintama/runner.rb', line 11 def initialize @runnables = [] end |
Returns a new instance of Base.
11 12 13 |
# File 'lib/kintama/runner.rb', line 11 def initialize @runnables = [] end |