method
to_str
rails 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