method

new

new(str = '')
public

No documentation available.

# File activesupport/lib/active_support/core_ext/string/output_safety.rb, line 174
    def initialize(str = '')
      @html_safe = true
      super
    end