Sha256: 14e6c7dc0db25628b151dbf7b0c7032f3e5d4f11592e8c0d243d97edeba7b4dd

Contents?: true

Size: 212 Bytes

Versions: 5

Compression:

Stored size: 212 Bytes

Contents

module HoboFields
  module Types
    class RawHtmlString < HoboFields::Types::Text

      def to_html(xmldoctype = true)
        self
      end

      HoboFields.register_type(:raw_html, self)

    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
hobo_fields-1.3.0.pre14 lib/hobo_fields/types/raw_html_string.rb
hobo_fields-1.3.0.pre13 lib/hobo_fields/types/raw_html_string.rb
hobo_fields-1.3.0.pre12 lib/hobo_fields/types/raw_html_string.rb
hobo_fields-1.3.0.pre11 lib/hobo_fields/types/raw_html_string.rb
hobo_fields-1.3.0.pre10 lib/hobo_fields/types/raw_html_string.rb