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