1
0
Fork 0
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:
Rob Gleeson 2011-05-03 14:58:54 +01:00
parent f765df9a45
commit b859d8b6ea

View file

@ -3,6 +3,8 @@
# (C) John Mair (banisterfiend)
# MIT license
$0 = 'pry'
begin
require 'pry'
rescue LoadError