# File lib/highline/simulate.rb, line 25 def getbyte line = gets if line.length > 0 char = line.slice! 0 @strings.unshift line char end end