1
0
Fork 0
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:
Kyrylo Silin 2019-04-28 20:12:10 +03:00 committed by GitHub
commit 8623d6851d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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