Module: Unaccent::String

Included in:
String
Defined in:
lib/unaccent/string.rb

Overview

Extend the String class with unaccent method.

Instance Method Summary collapse

Instance Method Details

#unaccentObject



8
9
10
# File 'lib/unaccent/string.rb', line 8

def unaccent
  Unaccent.unaccent(self)
end