Method: Ears.error!
- Defined in:
- lib/ears.rb
permalink .error!(error) ⇒ Object
Signals that an uncaught error has occurred and the process should be stopped.
74 75 76 77 |
# File 'lib/ears.rb', line 74 def error!(error) puts(error.) @error = error end |