class BigBench::PostProcessor::InvalidProcessor

Thrown if a processor wasn’t initialized the right way

Public Instance Methods

message() click to toggle source
# File lib/bigbench/post_processor.rb, line 112
def message
  "You have to either specify a valid post processor or a block"
end