「Ruby」openでテキストファイルを読み取るサンプル 2014年11月7日2021年8月29日書式 open(ファイル名) 使用例 f = open("test007.txt") while strLine = f.gets p strLine end f.close RubyPosted by arkgame