Created
August 24, 2017 09:12
-
-
Save tyabu12/d6aafd8a8c28c654e4acf0fcf2bead9c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
require './vb' | |
filename = ARGV[0] | |
File.open(filename, 'rb') do |file| | |
until file.eof | |
# ほげほげ | |
puts "#{tag}\t#{numbers.join(',')}" | |
end | |
end | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment