Class: Decorators::AlwaysSucceed

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

Instance Method Summary collapse

Instance Method Details

#child_failObject



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

def child_fail
  success
end