module ActiveOperation::Matcher::Execution
Public Instance Methods
halt_while_performing()
click to toggle source
# File lib/active_operation/matcher/execution.rb, line 157 def halt_while_performing HaltWhilePerforming.new end
succeed_to_perform()
click to toggle source
# File lib/active_operation/matcher/execution.rb, line 153 def succeed_to_perform SucceedToPerform.new end