Class: KLookup::Database::QuickFile

Inherits:
KLookup::Database show all
Includes:
Singleton
Defined in:
lib/klookup/database_quickfile.rb

Overview

A singleton class to abstract RadK and KanjiDic.

Instance Method Summary collapse

Methods inherited from KLookup::Database

open_resource

Instance Method Details

#find_kanji(opts) ⇒ Object



23
24
# File 'lib/klookup/database_quickfile.rb', line 23

def find_kanji(opts)
end

#find_radical(opts) ⇒ Object



21
22
# File 'lib/klookup/database_quickfile.rb', line 21

def find_radical(opts)
end

#get_meaning(character) ⇒ Object



31
32
# File 'lib/klookup/database_quickfile.rb', line 31

def get_meaning(character)
end

#get_radical(character) ⇒ Object



27
28
# File 'lib/klookup/database_quickfile.rb', line 27

def get_radical(character)
end

#get_reading(character) ⇒ Object



29
30
# File 'lib/klookup/database_quickfile.rb', line 29

def get_reading(character)
end

#get_stroke_count(character) ⇒ Object



25
26
# File 'lib/klookup/database_quickfile.rb', line 25

def get_stroke_count(character)
end

#is_kanji?(character) ⇒ Boolean

Returns:

  • (Boolean)


33
34
# File 'lib/klookup/database_quickfile.rb', line 33

def is_kanji?(character)
end

#is_radical?(character) ⇒ Boolean

Returns:

  • (Boolean)


35
36
# File 'lib/klookup/database_quickfile.rb', line 35

def is_radical?(character)
end

#radical_stroke_countObject



19
20
# File 'lib/klookup/database_quickfile.rb', line 19

def radical_stroke_count
end