Class: TheFreeDictionary::Chinese

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

Instance Attribute Summary

Attributes inherited from Dictionary

#language, #region

Instance Method Summary collapse

Methods inherited from Dictionary

#find

Constructor Details

#initializeChinese

Returns a new instance of Chinese.



5
6
7
8
# File 'lib/the_free_dictionary/chinese.rb', line 5

def initialize
  @language = 'zh'
  @region = 'CN'
end