Last active
August 24, 2017 09:15
-
-
Save tyabu12/853afdebe31b1f82e478887c1d7b0fbc 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, '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