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:
parent
0fcc10cc1f
commit
21aa8959c8
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ class Pry
|
|||
private
|
||||
|
||||
def expressions
|
||||
Pry.config.watch_expressions ||= []
|
||||
_pry_.config.watch_expressions ||= []
|
||||
end
|
||||
|
||||
def delete(index)
|
||||
|
|
Loading…
Reference in a new issue