# File lib/elif.rb, line 142 def readlines(sep_string = $/) lines = Array.new while line = gets(sep_string) lines << line end lines end