mirror of
https://github.com/pry/pry.git
synced 2022-11-09 12:35:05 -05:00
Set $0 to "pry".
This commit is contained in:
parent
f765df9a45
commit
b859d8b6ea
1 changed files with 2 additions and 0 deletions
2
bin/pry
2
bin/pry
|
@ -3,6 +3,8 @@
|
|||
# (C) John Mair (banisterfiend)
|
||||
# MIT license
|
||||
|
||||
$0 = 'pry'
|
||||
|
||||
begin
|
||||
require 'pry'
|
||||
rescue LoadError
|
||||
|
|
Loading…
Reference in a new issue