Method: ActiveSupport::SafeBuffer#replace

Defined in:
activesupport/lib/active_support/core_ext/string/output_safety.rb

#replace(value) ⇒ Object



100
101
102
# File 'activesupport/lib/active_support/core_ext/string/output_safety.rb', line 100

def replace(value)
  super(implicit_html_escape_interpolated_argument(value))
end