Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ファイルの解析では、次の行を探して、そこから解析を開始したいと考えています。
inFile.each_line do |line| if line == 'User E' #start parsing next line end end
この種のことをどのように行うことをお勧めしますか? 通常のループに戻るだけですか?を使用する場合break、反復子から反復回数を保持する方法はありますか?
break