# File lib/introspection/method.rb, line 20
    def eql?(other)
      (self.class === other) && (self == other)
    end