Sha256: c51d1c62967645a227a2e7c6de24227ab223f6bdeaab7c3e9e8c65996f132a3d

Contents?: true

Size: 254 Bytes

Versions: 3

Compression:

Stored size: 254 Bytes

Contents

module Rich
  module Cms
    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_cms-3.0.2 lib/rich/cms/core/string/html_safe.rb
rich_cms-3.0.1 lib/rich/cms/core/string/html_safe.rb
rich_cms-3.0.0 lib/rich/cms/core/string/html_safe.rb