class_eval on an object acts like singleton_class.class_eval.
Returns the object‘s singleton class (exists in Ruby 1.9.2)
[Validate]