Flowdock
prompting?() public

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File lib/irb/context.rb, line 155
    def prompting?
      verbose? || (STDIN.tty? && @io.kind_of?(StdioInputMethod) ||
                (defined?(ReadlineInputMethod) && @io.kind_of?(ReadlineInputMethod)))
    end
Register or log in to add new notes.