method
safe_concat
v3.2.13 -
Show latest stable
- Class:
ActionView::StreamingBuffer
safe_concat(value)public
No documentation available.
# File actionpack/lib/action_view/buffers.rb, line 30
def safe_concat(value)
@block.call(value.to_s)
end