Sha256: 73e6fa624e7d96bb1ee60181710cb646c7a0abde26ea09b062afafacd71da878
Contents?: true
Size: 166 Bytes
Versions: 3
Compression:
Stored size: 166 Bytes
Contents
# frozen_string_literal: true module TheFreeDictionary class Chinese < Dictionary def initialize @language = 'zh' @region = 'CN' end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
the-free-dictionary-0.0.3 | lib/the_free_dictionary/chinese.rb |
the-free-dictionary-0.0.2 | lib/the_free_dictionary/chinese.rb |
the-free-dictionary-0.0.1 | lib/the_free_dictionary/chinese.rb |