Method: RR::WildcardMatchers::Anything#==

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

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



8
9
10
# File 'lib/rr/wildcard_matchers/anything.rb', line 8

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