Method: Vvm::State::Base#initialize
- Defined in:
- lib/vvm/state/base.rb
#initialize(machine) ⇒ Base
Returns a new instance of Base.
10 11 12 |
# File 'lib/vvm/state/base.rb', line 10 def initialize(machine) @machine = machine end |
Returns a new instance of Base.
10 11 12 |
# File 'lib/vvm/state/base.rb', line 10 def initialize(machine) @machine = machine end |