Class Pry::Command::WatchExpression::Expression
In: lib/pry/commands/watch_expression/expression.rb
Parent: Object

Methods

changed?   eval!   new   to_s  

Attributes

_pry_  [R] 
previous_value  [R] 
source  [R] 
target  [R] 
value  [R] 

Public Class methods

Public Instance methods

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)

[Validate]