method
to_str
v7.2.3 -
Show latest stable
- Class:
ActionView::OutputBuffer
to_str()public
No documentation available.
# File actionview/lib/action_view/buffers.rb, line 34
def to_str
@raw_buffer.dup
end to_str()No documentation available.
# File actionview/lib/action_view/buffers.rb, line 34
def to_str
@raw_buffer.dup
end