Class Object
In: sipper/ruby_ext/object.rb
sipper/ruby_ext/snapshot.rb
Parent: Object

Methods

Public Instance methods

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]