pry/bin/pry

11 lines
172 B
Ruby
Executable File

#!/usr/bin/env ruby
# frozen_string_literal: true
$0 = 'pry'
require 'pry'
# Process command line options and run Pry
opts = Pry::CLI.parse_options
Pry::CLI.start(opts)