Class: TheFreeDictionary::Spanish
- Inherits:
-
Dictionary
- Object
- Dictionary
- TheFreeDictionary::Spanish
- Defined in:
- lib/the_free_dictionary/spanish.rb
Instance Attribute Summary
Attributes inherited from Dictionary
Instance Method Summary collapse
-
#initialize ⇒ Spanish
constructor
A new instance of Spanish.
Methods inherited from Dictionary
Constructor Details
#initialize ⇒ Spanish
Returns a new instance of Spanish.
5 6 7 8 |
# File 'lib/the_free_dictionary/spanish.rb', line 5 def initialize @language = 'es' @region = /(EU|LA)/ end |