method
initialize_copy
v8.0.0 -
Show latest stable
- Class:
ActionView::OutputBuffer
initialize_copy(other)public
No documentation available.
# File actionview/lib/action_view/buffers.rb, line 68
def initialize_copy(other)
@raw_buffer = other.to_str
end