X-Git-Url: http://git.chise.org/gitweb/?p=chise%2Fruby.git;a=blobdiff_plain;f=sample%2Ft7.rb;h=9b0d1d326e06e83b0cbe09961cc4b478d72b37f2;hp=0e99c82d38e7538fb99aeaa8e61c6170343a39e3;hb=fc94a49ca7fffa51475bcccf26b328a3b92f3758;hpb=e0d31160ff3741273147db91f6d5109d13acbff0 diff --git a/sample/t7.rb b/sample/t7.rb index 0e99c82..9b0d1d3 100755 --- a/sample/t7.rb +++ b/sample/t7.rb @@ -10,5 +10,5 @@ def atom_list(list) } end -puts atom_list(KanjiList::JOYO_KANJI_LIST) -puts atom_list(KanjiList::JISX0208_KANJI_LIST) +puts atom_list(CHISE::KanjiList::JOYO_KANJI_LIST) +puts atom_list(CHISE::KanjiList::JISX0208_KANJI_LIST)