method

chr

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