# File lib/pry/pry_instance.rb, line 83
  def initialize(options={})
    refresh(options)

    @binding_stack = []
    @indent        = Pry::Indent.new
    @command_state = {}
  end