class Twofold::Filter
Base class for Filters used in Twofold
Add all recursive S-Expressions!
@api private
Public Instance Methods
on_twofold_indented(indent, inner)
click to toggle source
Pass-through handler
# File lib/twofold/filter.rb, line 11 def on_twofold_indented(indent, inner) [:twofold, :indented, indent, compile(inner)] end