method
initialize_copy
v8.1.1 -
Show latest stable
- Class:
ActiveSupport::SafeBuffer
initialize_copy(other)public
No documentation available.
# File activesupport/lib/active_support/core_ext/string/output_safety.rb, line 74
def initialize_copy(other)
super
@html_unsafe = true unless other.html_safe?
end