Sha256: a3e523b292bd355143e5f762083c51ef0cec8dbd5349ad238e3f3104ad15a301

Contents?: true

Size: 177 Bytes

Versions: 24

Compression:

Stored size: 177 Bytes

Contents

module HoboFields
  
  class RawHtmlString < HoboFields::Text

    def to_html(xmldoctype = true)
      self
    end

    HoboFields.register_type(:raw_html, self)

  end
  
end

Version data entries

24 entries across 24 versions & 1 rubygems

Version Path
hobofields-0.8.7 lib/hobo_fields/raw_html_string.rb
hobofields-0.8.5 lib/hobo_fields/raw_html_string.rb
hobofields-0.8.4 lib/hobo_fields/raw_html_string.rb
hobofields-0.8.6 lib/hobo_fields/raw_html_string.rb