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

read "watch_expressions" via _pry_.config

This commit is contained in:
Robert Gleeson 2014-02-04 23:17:27 +01:00
parent 0fcc10cc1f
commit 21aa8959c8

View file

@ -49,7 +49,7 @@ class Pry
private
def expressions
Pry.config.watch_expressions ||= []
_pry_.config.watch_expressions ||= []
end
def delete(index)