| Class | Pry::Command::WatchExpression::Expression |
| In: |
lib/pry/commands/watch_expression/expression.rb
|
| Parent: | Object |
| _pry_ | [R] | |
| previous_value | [R] | |
| source | [R] | |
| target | [R] | |
| value | [R] |
Has the value of the expression changed?
We use the pretty-printed string represenation to detect differences as this avoids problems with dup (causes too many differences) and == (causes too few)