mirror of
https://github.com/pry/pry.git
synced 2022-11-09 12:35:05 -05:00
Merge pull request #1414 from takiy33/remove-rubygems-require
Remove explicit 'rubygems' require
This commit is contained in:
commit
7d58acea0a
1 changed files with 1 additions and 6 deletions
7
bin/pry
7
bin/pry
|
@ -5,12 +5,7 @@
|
|||
|
||||
$0 = 'pry'
|
||||
|
||||
begin
|
||||
require 'pry'
|
||||
rescue LoadError
|
||||
require 'rubygems'
|
||||
require 'pry'
|
||||
end
|
||||
require 'pry'
|
||||
|
||||
# Process command line options and run Pry
|
||||
opts = Pry::CLI.parse_options
|
||||
|
|
Loading…
Add table
Reference in a new issue