String
A string that has a special type so Erector knows to render it directly, not HTML-escaped
# File lib/erector/raw_string.rb, line 4 def html_safe? true end
# File lib/erector/raw_string.rb, line 8 def to_s self end