Method: Windstorm::Machine#step

Defined in:
lib/windstorm/machine.rb

#stepObject



79
80
81
82
# File 'lib/windstorm/machine.rb', line 79

def step
  @step ||= 0
  @step
end