Class: Erector::RawString
Overview
A string that has a special type so Erector knows to render it directly, not HTML-escaped
Instance Method Summary collapse
Instance Method Details
#html_safe? ⇒ Boolean
4 5 6 |
# File 'lib/erector/raw_string.rb', line 4 def html_safe? true end |