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