module Haml::EscapeanyDispathcer

This module allows Temple::Filter to dispatch :fescape on ‘#compile`.

Public Instance Methods

on_escapeany(flag, exp) click to toggle source
# File lib/haml/escape_any.rb, line 7
def on_escapeany(flag, exp)
  [:escapeany, flag, compile(exp)]
end