# File lib/virtus/value_object.rb, line 77 def with(attribute_updates) self.class.new(attribute_set.get(self).merge(attribute_updates)) end