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