Sha256: bf4a3eea48f4675de5507a974c01f789fc3b43d9b34e27b319fcae2687f62970
Contents?: true
Size: 167 Bytes
Versions: 4
Compression:
Stored size: 167 Bytes
Contents
module HoboFields class HtmlString < HoboFields::Text def to_html(xmldoctype = true) self end HoboFields.register_type(:html, self) end end
Version data entries
4 entries across 4 versions & 1 rubygems