Exception: Taro::Error
- Inherits:
-
StandardError
- Object
- StandardError
- Taro::Error
- Defined in:
- lib/taro/errors.rb
Direct Known Subclasses
Instance Method Summary collapse
Instance Method Details
#message ⇒ Object
2 3 4 5 |
# File 'lib/taro/errors.rb', line 2 def # clean up newlines introduced when setting the message with a heredoc super.chomp.tr("\n", ' ') end |