Class: JDict::JMDict

Inherits:
Dictionary show all
Defined in:
lib/dictionaries/jmdict.rb

Instance Method Summary collapse

Methods inherited from Dictionary

#download, #get_pos, #loaded?, #prompt_for_download, #search, #size

Instance Method Details

#dict_fileObject



10
11
12
# File 'lib/dictionaries/jmdict.rb', line 10

def dict_file
  'JMDict'
end

#dict_urlObject



6
7
8
# File 'lib/dictionaries/jmdict.rb', line 6

def dict_url
  JDict.config.jmdict_url
end