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