Module: Temple::Mixins::EscapeDispatcher Private
- Included in:
- Dispatcher
- Defined in:
- lib/temple/mixins/dispatcher.rb
This module is part of a private API. You should avoid using this module if possible, as it may be removed or be changed in the future.
Instance Method Summary collapse
- #on_escape(flag, exp) ⇒ Object private
Instance Method Details
#on_escape(flag, exp) ⇒ 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.
19 20 21 |
# File 'lib/temple/mixins/dispatcher.rb', line 19 def on_escape(flag, exp) [:escape, flag, compile(exp)] end |