1
0
Fork 0
mirror of https://github.com/pry/pry.git synced 2022-11-09 12:35:05 -05:00
pry--pry/bin/pry
Kyrylo Silin e84c34b17a Update copyrights
* Added myself (should've done that years ago)
* Made it look like Pry is a team effort
2018-10-28 19:32:04 +08:00

8 lines
141 B
Ruby
Executable file

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