method

safe_expr_append=

safe_expr_append=(val)
public

No documentation available.

# 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