Classes: Processor
"0.1.2"
123 124 125 126
# File 'lib/breakdown.rb', line 123 def self.process(filename, output_dir, options={}, &block) processor = Processor.new processor.process(filename, output_dir, options, &block) end