Sha256: fe6bb0859529aad85a8f33f532bc48eb59126a90b858e52d4b07ae7d1c20121c
Contents?: true
Size: 165 Bytes
Versions: 3
Compression:
Stored size: 165 Bytes
Contents
# frozen_string_literal: true module TheFreeDictionary class German < Dictionary def initialize @language = 'de' @region = 'DE' 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/german.rb |
the-free-dictionary-0.0.2 | lib/the_free_dictionary/german.rb |
the-free-dictionary-0.0.1 | lib/the_free_dictionary/german.rb |