require "test/unit" require "holiday_japan" require "csv" $csv_file = File.join(__dir__,"holiday.csv") # write CSV data and exit case ARGV[0] when /^w/i CSV.open($csv_file,"w"){|c| HolidayJapan.between($first_year,$last_year).each{|a| c<