Class: JLDrill::KanjiFile
- Defined in:
- lib/jldrill/model/moji/Kanji.rb
Instance Attribute Summary collapse
-
#kanjiList ⇒ Object
Returns the value of attribute kanjiList.
Attributes inherited from DataFile
#encoding, #file, #lines, #parsed, #publisher, #stepSize
Instance Method Summary collapse
- #dataSize ⇒ Object
-
#initialize ⇒ KanjiFile
constructor
A new instance of KanjiFile.
- #parser ⇒ Object
Methods inherited from DataFile
#createLines, #eof?, #findEncoding, #finishParsing, #fraction, #load, #loaded?, #parse, #parseChunk, #parseEntry, #readLines, #reset, #setLoaded, #shortFilename
Constructor Details
Instance Attribute Details
#kanjiList ⇒ Object
Returns the value of attribute kanjiList.
193 194 195 |
# File 'lib/jldrill/model/moji/Kanji.rb', line 193 def kanjiList @kanjiList end |
Instance Method Details
#dataSize ⇒ Object
202 203 204 |
# File 'lib/jldrill/model/moji/Kanji.rb', line 202 def dataSize @kanjiList.size end |
#parser ⇒ Object
206 207 208 |
# File 'lib/jldrill/model/moji/Kanji.rb', line 206 def parser @kanjiList end |