Module: Breakdown

Defined in:
lib/breakdown.rb,
lib/breakdown/version.rb

Defined Under Namespace

Classes: Processor

Constant Summary collapse

VERSION =
"0.1.2"

Class Method Summary collapse

Class Method Details

.process(filename, output_dir, options = {}, &block) ⇒ Object



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