Class: CssDryer::NcssHandler
- Inherits:
-
ActionView::Template::Handlers::ERB
- Object
- ActionView::Template::Handlers::ERB
- CssDryer::NcssHandler
- Includes:
- Processor
- Defined in:
- lib/css_dryer/ncss_handler.rb
Constant Summary
Constants included from Processor
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 |