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

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