class Byebug::Interface
def read_command(prompt)
Pops a command from the input stream.
def read_command(prompt) return command_queue.shift unless command_queue.empty? read_input(prompt) end
def read_command(prompt) return command_queue.shift unless command_queue.empty? read_input(prompt) end