Sha256: 0cd3d3830f832dcf40ef4ecf15000335dae2d4f1a313c3843a3f965a9ec69875

Contents?: true

Size: 257 Bytes

Versions: 5

Compression:

Stored size: 257 Bytes

Contents

module Rich
  module I18n
    module Core
      module String
        module HtmlSafe

          unless ::String.new.respond_to? :html_safe
            def html_safe
              self
            end
          end

        end
      end
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
rich_i18n-1.3.4 lib/rich/i18n/core/string/html_safe.rb
rich_i18n-1.3.3 lib/rich/i18n/core/string/html_safe.rb
rich_i18n-1.3.2 lib/rich/i18n/core/string/html_safe.rb
rich_i18n-1.3.1 lib/rich/i18n/core/string/html_safe.rb
rich_i18n-1.3.0 lib/rich/i18n/core/string/html_safe.rb