Class: TheFreeDictionary::French

Inherits:
Dictionary show all
Defined in:
lib/the_free_dictionary/french.rb

Instance Attribute Summary

Attributes inherited from Dictionary

#language, #region

Instance Method Summary collapse

Methods inherited from Dictionary

#find

Constructor Details

#initializeFrench

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