Extend the String class with unaccent method.
8 9 10
# File 'lib/unaccent/string.rb', line 8 def unaccent Unaccent.unaccent(self) end