method
initialize_copy
v3.2.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 117
def initialize_copy(other)
super
@dirty = other.dirty?
end