Sha256: 331d77cf6a811205a525cb399c80d852616a0020deed370d8b3e3cdaed3978d8

Contents?: true

Size: 256 Bytes

Versions: 8

Compression:

Stored size: 256 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

8 entries across 8 versions & 1 rubygems

Version Path
rich_cms-2.1.7 lib/rich/cms/core/string/html_safe.rb
rich_cms-2.1.6 lib/rich/cms/core/string/html_safe.rb
rich_cms-2.1.5 lib/rich/cms/core/string/html_safe.rb
rich_cms-2.1.4 lib/rich/cms/core/string/html_safe.rb
rich_cms-2.1.3 lib/rich/cms/core/string/html_safe.rb
rich_cms-2.1.2 lib/rich/cms/core/string/html_safe.rb
rich_cms-2.1.1 lib/rich/cms/core/string/html_safe.rb
rich_cms-2.1.0 lib/rich/cms/core/string/html_safe.rb