2008-10-05から1日間の記事一覧

tab2spc.rb

ようやくできたかな。まずテスト。 # test_tab2spc.rb require 'test/unit' require 'tab2spc' class Tests < Test::Unit::TestCase def test_fill_ary assert_equal([], fill_ary([])) assert_equal([["a",1,0]], fill_ary([["a",1,0]])) assert_equal([["a…