Flowdock
method

safe_expr_append=

Importance_0
v4.2.7 - Show latest stable - 0 notes - Class: ActionView::OutputBuffer
safe_expr_append=(val) public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File actionview/lib/action_view/buffers.rb, line 16
    def safe_expr_append=(val)
      return self if val.nil?
      safe_concat val.to_s
    end
Register or log in to add new notes.