module ActiveSupport::Multibyte::Unicode

def swapcase(string)

def swapcase(string)
  apply_mapping string, :swapcase_mapping
end