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