class PPStats::Processor
Public Class Methods
new(options)
click to toggle source
# File lib/pp-stats/processor.rb, line 3 def initialize(options) @options = options @modules = PPStats::Modules.new(@options) end
Public Instance Methods
results()
click to toggle source
# File lib/pp-stats/processor.rb, line 12 def results @modules.results end
run()
click to toggle source
# File lib/pp-stats/processor.rb, line 8 def run @modules.run end