X-Git-Url: http://git.chise.org/gitweb/?p=chise%2Fruby.git;a=blobdiff_plain;f=sample%2Ft4.rb;fp=sample%2Ft4.rb;h=3547fb65241d745e201a288ac5a2b9e7fe46357d;hp=0000000000000000000000000000000000000000;hb=e0d31160ff3741273147db91f6d5109d13acbff0;hpb=dca7de2dc83659ff9a31b0ce9351826204185df1 diff --git a/sample/t4.rb b/sample/t4.rb new file mode 100755 index 0000000..3547fb6 --- /dev/null +++ b/sample/t4.rb @@ -0,0 +1,11 @@ +#!/usr/bin/env ruby +$KCODE = 'u' +$LOAD_PATH.unshift("..") +require "chise/char" +p "日雲".find +"日雲".find.each_character{|c| + puts c.ids +} + +#p "日雲".find.inspect_all +#p "木缶".find.inspect_all