instance method
concat
Ruby on Rails 7.1.6
Since v3.0.20Signature
concat(value)
No documentation comment.
Parameters
-
valuereq
Source
# File activesupport/lib/active_support/core_ext/string/output_safety.rb, line 87
def concat(value)
unless value.nil?
super(implicit_html_escape_interpolated_argument(value))
end
self
end
Defined in activesupport/lib/active_support/core_ext/string/output_safety.rb line 87
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveSupport::SafeBuffer