# File lib/elif.rb, line 134
  def readline(sep_string = $/)
    gets(sep_string) || raise(EOFError, "end of file reached")
  end