# File lib/librarian/mock/source/mock.rb, line 27
        def ==(other)
          other &&
          self.class  == other.class &&
          self.name   == other.name
        end