Class: TheFreeDictionary::Chinese
- Inherits:
-
Dictionary
- Object
- Dictionary
- TheFreeDictionary::Chinese
- Defined in:
- lib/the_free_dictionary/chinese.rb
Instance Attribute Summary
Attributes inherited from Dictionary
Instance Method Summary collapse
-
#initialize ⇒ Chinese
constructor
A new instance of Chinese.
Methods inherited from Dictionary
Constructor Details
#initialize ⇒ Chinese
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 |