Class: Assit::DebugAction
Overview
Raises an error if the assertion fails
Instance Method Summary collapse
-
#assert_it(message) ⇒ Object
The action.
Instance Method Details
#assert_it(message) ⇒ Object
The action
14 15 16 |
# File 'lib/assit/actions/debug_action.rb', line 14 def assert_it() debugger end |