# File lib/elif.rb, line 125
  def each(sep_string = $/)
    while line = gets(sep_string)
      yield line
    end
  end