Sha256: 2ceed094094c84fd896d0e2f0d480029a86dbd6ce49e88dd4548e488fafeab3b

Contents?: true

Size: 258 Bytes

Versions: 3

Compression:

Stored size: 258 Bytes

Contents

module Rich
  module Support
    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

3 entries across 3 versions & 1 rubygems

Version Path
rich_support-0.1.2 lib/rich/support/core/string/html_safe.rb
rich_support-0.1.1 lib/rich/support/core/string/html_safe.rb
rich_support-0.1.0 lib/rich/support/core/string/html_safe.rb