Sha256: c9aedadddbe543e7889cd7288d92c3e310b6bc28664773a9eed371fcb0f5d3ae

Contents?: true

Size: 166 Bytes

Versions: 3

Compression:

Stored size: 166 Bytes

Contents

# frozen_string_literal: true

module TheFreeDictionary
  class Russian < Dictionary
    def initialize
      @language = 'ru'
      @region = 'RU'
    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/russian.rb
the-free-dictionary-0.0.2 lib/the_free_dictionary/russian.rb
the-free-dictionary-0.0.1 lib/the_free_dictionary/russian.rb