method
safe_expr_append=
rails latest stable - Class:
ActionView::OutputBuffer
safe_expr_append=(val)public
No documentation available.
# File actionview/lib/action_view/buffers.rb, line 62
def safe_expr_append=(val)
return self if val.nil?
@raw_buffer << val.to_s
self
end