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