Skip to content

Instantly share code, notes, and snippets.

@tyabu12
Created August 24, 2017 09:12
Show Gist options
  • Save tyabu12/d6aafd8a8c28c654e4acf0fcf2bead9c to your computer and use it in GitHub Desktop.
Save tyabu12/d6aafd8a8c28c654e4acf0fcf2bead9c to your computer and use it in GitHub Desktop.
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