global

def readline( text )

Fall back to a plain prompt
def readline( text )
	$stderr.print( text.chomp )
	return $stdin.gets
end