method
+
+(other)
public
Hide source
# File activesupport/lib/active_support/core_ext/string/output_safety.rb, line 131 def +(other) dup.concat(other) end


