Method: RR::WildcardMatchers::IsA#==

Defined in:
lib/rr/wildcard_matchers/is_a.rb

#==(other) ⇒ Object Also known as: eql?



14
15
16
# File 'lib/rr/wildcard_matchers/is_a.rb', line 14

def ==(other)
  other.is_a?(self.class) && klass == other.klass
end