method

swapcase

swapcase(string)
public

No documentation available.

# File activesupport/lib/active_support/multibyte/unicode.rb, line 301
      def swapcase(string)
        apply_mapping string, :swapcase_mapping
      end