class Object

Public Instance Methods

readline( text ) click to toggle source

Fall back to a plain prompt

# File lib/hoe/mercurial.rb, line 14
def readline( text )
        $stderr.print( text.chomp )
        return $stdin.gets
end