method
new
rails latest stable - Class:
ActiveSupport::SafeBuffer
new(str = "")public
No documentation available.
# File activesupport/lib/active_support/core_ext/string/output_safety.rb, line 70
def initialize(str = "")
@html_safe = true
super
end