method

readline

v1_9_3_125 - Show latest stable - Class: DEBUGGER__::Context
readline(prompt, hist)
public

No documentation available.

# File lib/debug.rb, line 31
      def readline(prompt, hist)
        Readline::readline(prompt, hist)
      end