9 10 11
# File 'lib/hopscotch/step.rb', line 9 def failure!(value = false) Hopscotch::Error.to_error(value) end
5 6 7
# File 'lib/hopscotch/step.rb', line 5 def success!(value = true) value end