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