--- !ruby/object:RI::MethodDescription aliases: [] block_params: comment: - !ruby/struct:SM::Flow::P body: Executes the block for every line in ios, where lines are separated by sep_string. ios must be opened for reading or an IOError will be raised. - !ruby/struct:SM::Flow::VERB body: " f = File.new("testfile")\n f.each {|line| puts "#{f.lineno}: #{line}" }\n" - !ruby/struct:SM::Flow::P body: produces: - !ruby/struct:SM::Flow::VERB body: " 1: This is line one\n 2: This is line two\n 3: This is line three\n 4: And so on...\n" full_name: IO#each is_singleton: false name: each params: | ios.each(sep_string=$/) {|line| block } => ios ios.each_line(sep_string=$/) {|line| block } => ios visibility: public