Class: TheFreeDictionary::English

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

Instance Attribute Summary

Attributes inherited from Dictionary

#language, #region

Instance Method Summary collapse

Methods inherited from Dictionary

#find

Constructor Details

#initializeEnglish

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