instance method
+
Ruby on Rails 3.2.22.5
Since v2.3.18Signature
+(other)
No documentation comment.
Parameters
-
otherreq
Source
# File activesupport/lib/active_support/core_ext/string/output_safety.rb, line 140
def +(other)
dup.concat(other)
end
Defined in activesupport/lib/active_support/core_ext/string/output_safety.rb line 140
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveSupport::SafeBuffer