Class: Amrita2::Filters::NoSanitize

Inherits:
Base show all
Defined in:
lib/amrita2/template.rb

Instance Attribute Summary

Attributes inherited from Base

#next_

Instance Method Summary collapse

Methods inherited from Base

filter_method, inherited, #parse_filter_a, #|

Instance Method Details

#value_filter_code(de, cg, value) ⇒ Object



2184
2185
2186
2187
# File 'lib/amrita2/template.rb', line 2184

def value_filter_code(de, cg, value)
  super
  cg.code("$_ = SanitizedString[$_]")
end