module Haml::EscapeanyDispathcer
This module allows Temple::Filter to dispatch :fescape on ‘#compile`.
Public Instance Methods
Source
# File lib/haml/escape_any.rb, line 7 def on_escapeany(flag, exp) [:escapeany, flag, compile(exp)] end
This module allows Temple::Filter to dispatch :fescape on ‘#compile`.
# File lib/haml/escape_any.rb, line 7 def on_escapeany(flag, exp) [:escapeany, flag, compile(exp)] end