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

Merge pull request #1409 from mtsmfm/fix-warn

Fix warning
This commit is contained in:
Kyrylo Silin 2015-04-05 18:48:06 +03:00
commit e273b1b373

View file

@ -23,6 +23,8 @@ class Pry
@pry = pry
@indent = Pry::Indent.new
@readline_output = nil
if options[:target]
@pry.push_binding options[:target]
end