clears the given instance variables as symbols arrays e.g o.clear_ivs([:@a, :@b]) sets the instance variable @a and @b to nil in the object o.
[Validate]