class Byebug::Interface

def read_file(filename)


Pushes lines in +filename+ to the command queue.
def read_file(filename)
  command_queue.concat(get_lines(filename))
end