Class: Sprockets::DirectiveProcessor
- Inherits:
-
Object
- Object
- Sprockets::DirectiveProcessor
- Defined in:
- lib/strockets/stitch_postprocessor.rb
Instance Method Summary collapse
-
#process_stitch_directive(arg) ⇒ Object
This is just a placeholder to make Sprockets erase stitch directives.
Instance Method Details
#process_stitch_directive(arg) ⇒ Object
This is just a placeholder to make Sprockets erase stitch directives
71 72 |
# File 'lib/strockets/stitch_postprocessor.rb', line 71 def process_stitch_directive(arg) end |