Class: Decorators::UntilFail
- Inherits:
-
Decorator
- Object
- Decorator
- Decorators::UntilFail
- Defined in:
- lib/behave_fun/decorators/until_fail.rb
Instance Method Summary collapse
Instance Method Details
#child_fail ⇒ Object
8 9 10 |
# File 'lib/behave_fun/decorators/until_fail.rb', line 8 def child_fail success end |
#child_success ⇒ Object
3 4 5 6 |
# File 'lib/behave_fun/decorators/until_fail.rb', line 3 def child_success reset execute end |