class Pry::Command::WatchExpression

def add_expression(_arguments)

https://github.com/pry/pry/commit/b031df2f2f5850ee6e9018f33d35f3485a9b0423
TODO: fix arguments.
def add_expression(_arguments)
  expressions << Expression.new(pry_instance, target, arg_string)
  output.puts "Watching #{Code.new(arg_string).highlighted}"
end