Skip to content

Instantly share code, notes, and snippets.

@tyabu12
Last active August 24, 2017 09:15
Show Gist options
  • Save tyabu12/853afdebe31b1f82e478887c1d7b0fbc to your computer and use it in GitHub Desktop.
Save tyabu12/853afdebe31b1f82e478887c1d7b0fbc to your computer and use it in GitHub Desktop.
require './vb'
filename = ARGV[0]
File.open(filename, 'r').each_line do |line|
line.chomp! # 末尾の改行を削除
# ほげほげ
print [tag.bytesize, vb.bytesize], tag, vb
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment