Method: ActiveSupport::SafeBuffer#bytesplice

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

#bytesplice(*args, value) ⇒ Object



87
88
89
# File 'activesupport/lib/active_support/core_ext/string/output_safety.rb', line 87

def bytesplice(*args, value)
  super(*args, implicit_html_escape_interpolated_argument(value))
end