method
chr
v7.2.3 -
Show latest stable
- Class:
ActiveSupport::SafeBuffer
chr()public
No documentation available.
# File activesupport/lib/active_support/core_ext/string/output_safety.rb, line 59
def chr
return super unless html_safe?
string_into_safe_buffer(super, true)
end