method

upcase

upcase(string)
public

No documentation available.

# File activesupport/lib/active_support/multibyte/unicode.rb, line 283
      def upcase(string)
        apply_mapping string, :uppercase_mapping
      end