Class: Pry

Inherits:
Object show all
Defined in:
lib/pry-nav/pry_ext.rb

Class Method Summary collapse

Class Method Details

.start(target = TOPLEVEL_BINDING, options = {}) ⇒ Object



7
8
9
10
11
# File 'lib/pry-nav/pry_ext.rb', line 7

def start(target = TOPLEVEL_BINDING, options = {})
  PryNav::Tracer.new(options) do
    start_existing(target, options.reject { |k, _| k == :pry_remote })
  end
end

.start_existingObject



5
# File 'lib/pry-nav/pry_ext.rb', line 5

alias_method :start_existing, :start