instance method
insert
Ruby on Rails 7.2.3
Since v6.0.6Signature
insert(index, value)
No documentation comment.
Parameters
-
indexreq -
valuereq
Source
# File activesupport/lib/active_support/core_ext/string/output_safety.rb, line 92
def insert(index, value)
super(index, implicit_html_escape_interpolated_argument(value))
end
Defined in activesupport/lib/active_support/core_ext/string/output_safety.rb line 92
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveSupport::SafeBuffer