Class: Babosa::Transliterator::Spanish
- Defined in:
- lib/babosa/transliterator/spanish.rb
Constant Summary collapse
- APPROXIMATIONS =
{"ñ" => "ni", "Ñ" => "Ni"}.freeze
Instance Attribute Summary
Attributes inherited from Base
Method Summary
Methods inherited from Base
#[], #initialize, #transliterate
Constructor Details
This class inherits a constructor from Babosa::Transliterator::Base