Method: Pelusa::FailedAnalysis#message

Defined in:
lib/pelusa/analysis.rb

#messageObject

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 message
  @block.call(@payload)
end