Method: Vedeu::Error::RequiresBlock#message
- Defined in:
- lib/vedeu/error.rb
#message ⇒ String
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
Returns an error message.
108 109 110 |
# File 'lib/vedeu/error.rb', line 108 def 'The required block was not given.'.freeze end |