Class: Twofold::Filter Private
- Inherits:
-
Temple::Filter
- Object
- Temple::Filter
- Twofold::Filter
- Defined in:
- lib/twofold/filter.rb
Overview
This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.
Base class for Filters used in Twofold
Add all recursive S-Expressions!
Direct Known Subclasses
Instance Method Summary collapse
-
#on_twofold_indented(indent, inner) ⇒ Object
private
Pass-through handler.
Instance Method Details
#on_twofold_indented(indent, inner) ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
Pass-through handler
11 12 13 |
# File 'lib/twofold/filter.rb', line 11 def on_twofold_indented(indent, inner) [:twofold, :indented, indent, compile(inner)] end |