# File lib/pry/core_extensions.rb, line 19
  def pry(target=self)
    Pry.start(target)
  end