class Gem::SafeMarshal::Elements::WithIvars

def initialize(object, ivars)

def initialize(object, ivars)
  @object = object
  @ivars = ivars
end