# File lib/slave.rb, line 130
      def initialize(object)
        @object = object
        @sync = Sync.new
      end