File Manager

Path: /opt/chef.upgrade/embedded/lib/ruby/gems/2.3.0/gems/pry-0.10.4/bin/

Viewing File: pry

#!/usr/bin/env ruby

# (C) John Mair (banisterfiend)
# MIT license

$0 = 'pry'

begin
  require 'pry'
rescue LoadError
  require 'rubygems'
  require 'pry'
end

# Process command line options and run Pry
Pry::CLI.parse_options