File Manager

Path: /proc/self/root/proc/self/root/opt/chef/embedded/lib/ruby/gems/2.7.0/gems/pry-0.13.1/bin/

Viewing File: pry

#!/usr/bin/env ruby
# frozen_string_literal: true

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

$0 = 'pry'

require 'pry'

# Process command line options and run Pry
opts = Pry::CLI.parse_options
Pry::CLI.start(opts)