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