module Temple::Mixins::IndentDispatcher

Public Instance Methods

on_indent(exp) click to toggle source
# File lib/temple/mixins/indent_dispatcher.rb, line 4
def on_indent(exp)
  [:indent, compile(exp)]
end