mirror of
https://github.com/pry/pry.git
synced 2022-11-09 12:35:05 -05:00
Fix warning
``` warning: instance variable @readline_output not initialized ```
This commit is contained in:
parent
2c32d5e5f6
commit
6e5d24d8d4
1 changed files with 2 additions and 0 deletions
|
@ -23,6 +23,8 @@ class Pry
|
||||||
@pry = pry
|
@pry = pry
|
||||||
@indent = Pry::Indent.new
|
@indent = Pry::Indent.new
|
||||||
|
|
||||||
|
@readline_output = nil
|
||||||
|
|
||||||
if options[:target]
|
if options[:target]
|
||||||
@pry.push_binding options[:target]
|
@pry.push_binding options[:target]
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue