Class: Decorators::UntilSuccess

Inherits:
Decorator
  • Object
show all
Defined in:
lib/behave_fun/decorators/until_success.rb

Instance Method Summary collapse

Instance Method Details

#child_failObject



7
8
9
10
# File 'lib/behave_fun/decorators/until_success.rb', line 7

def child_fail
  reset
  execute
end

#child_successObject



3
4
5
# File 'lib/behave_fun/decorators/until_success.rb', line 3

def child_success
  success
end