# File lib/rr/wildcard_matchers/duck_type.rb, line 15
      def ==(other)
        other.is_a?(self.class) &&
        other.required_methods == self.required_methods
      end