module BigBench::PostProcessor::Test

Public Class Methods

run!(options) click to toggle source
# File spec/post_processor_spec.rb, line 23
def self.run!(options)
  "Post Processor Module"
end