This method is deprecated or moved on the latest stable version. The last existing version (v5.2.3) is shown here.
new()
Initializing Codepoint object with default values
# File activesupport/lib/active_support/multibyte/unicode.rb, line 301 def initialize @combining_class = 0 @uppercase_mapping = 0 @lowercase_mapping = 0 end