You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
docuseal/vendor/bundle/ruby/4.0.0/gems/pry-0.16.0/bin/pry

14 lines
219 B

#!/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)