Class: CssDryer::NcssHandler

Inherits:
ActionView::Template::Handlers::ERB
  • Object
show all
Includes:
Processor
Defined in:
lib/css_dryer/ncss_handler.rb

Constant Summary

Constants included from Processor

Processor::VERSION

Instance Method Summary collapse

Methods included from Processor

#nested_css_to_structure, #process, #structure_to_css

Instance Method Details

#call(template) ⇒ Object



12
13
14
15
# File 'lib/css_dryer/ncss_handler.rb', line 12

def call(template)
  temp = super
  temp + "; @output_buffer = CssDryer::NcssHandler.new.process(@output_buffer)"
end