1
0
Fork 0
mirror of https://github.com/pry/pry.git synced 2022-11-09 12:35:05 -05:00

Avoid warning.

This commit is contained in:
Conrad Irwin 2013-03-24 23:42:29 -07:00
parent b1a7da5358
commit c00bc64a6a

View file

@ -218,7 +218,7 @@ require 'pathname'
begin
begin
require 'readline'
rescue LoadError => e
rescue LoadError
require 'rb-readline'
end
rescue LoadError