Method: Pelusa::FailedAnalysis#message
- Defined in:
- lib/pelusa/analysis.rb
#message ⇒ Object
Public: Generates an explicative message yielding the payload object to the block, so that the user gets some hint to fix the problem.
Returns the String message.
84 85 86 |
# File 'lib/pelusa/analysis.rb', line 84 def @block.call(@payload) end |