Sha256: 38d6c8be8db651fd39d1d946c8876249f1c4c2e8b8e869d3d1a257fdf5035893
Contents?: true
Size: 184 Bytes
Versions: 4
Compression:
Stored size: 184 Bytes
Contents
module Erector # A string that has a special type so Erector knows to render it directly, not HTML-escaped class RawString < String def html_safe? true end end end
Version data entries
4 entries across 4 versions & 2 rubygems
Version | Path |
---|---|
erector-0.8.2 | lib/erector/raw_string.rb |
honkster-erector-0.8.1 | lib/erector/raw_string.rb |
erector-0.8.1 | lib/erector/raw_string.rb |
erector-0.8.0 | lib/erector/raw_string.rb |