# File lib/pathname.rb, line 737 def each_line(*args, &block) # :yield: line IO.foreach(@path, *args, &block) end