method
to_str
v8.0.0 -
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