method
new
v5.0.0.1 -
Show latest stable
- Class:
ActiveSupport::SafeBuffer
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