# File lib/virtus/builder.rb, line 122
    def extensions
      super + [
        Extensions::AllowedWriterMethods,
        ValueObject::AllowedWriterMethods,
        ValueObject::InstanceMethods
      ]
    end