Method: ActionView::StreamingBuffer#safe_concat
- Defined in:
- actionview/lib/action_view/buffers.rb
#safe_concat(value) ⇒ Object Also known as: safe_append=
121 122 123 |
# File 'actionview/lib/action_view/buffers.rb', line 121 def safe_concat(value) @block.call(value.to_s) end |