instance method
chr
Ruby on Rails 7.2.3
Since v7.1.6Signature
chr()
No documentation comment.
Source
# 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
Defined in activesupport/lib/active_support/core_ext/string/output_safety.rb line 59
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveSupport::SafeBuffer