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
1 changed files with 1 additions and 1 deletions

View File

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