# File lib/pry/commands/watch_expression/expression.rb, line 12
      def eval!
        @previous_value = @value
        @value = Pry::ColorPrinter.pp(target_eval(target, source), "")
      end