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