Class: ProconBypassMan::Procon::Macro::OnetimeNestedStep
- Inherits:
-
BaseNestedStep
- Object
- BaseNestedStep
- ProconBypassMan::Procon::Macro::OnetimeNestedStep
- Defined in:
- lib/procon_bypass_man/procon/macro.rb
Instance Method Summary collapse
Methods inherited from BaseNestedStep
Constructor Details
This class inherits a constructor from ProconBypassMan::Procon::Macro::BaseNestedStep
Instance Method Details
#next_step ⇒ Object
29 30 31 32 33 |
# File 'lib/procon_bypass_man/procon/macro.rb', line 29 def next_step step = current_step incr_step_index! step end |
#over? ⇒ Boolean
25 26 27 |
# File 'lib/procon_bypass_man/procon/macro.rb', line 25 def over? current_step.nil? end |