mirror of
https://github.com/pry/pry.git
synced 2022-11-09 12:35:05 -05:00
Merge pull request #2018 from pry/watch-expression-state
commands/watch_expression: use command state instead of config
This commit is contained in:
commit
8623d6851d
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ class Pry
|
|||
private
|
||||
|
||||
def expressions
|
||||
pry_instance.config.watch_expressions ||= []
|
||||
state.watch_expressions ||= []
|
||||
end
|
||||
|
||||
def delete(index)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue