| Class | RR::WildcardMatchers::Anything |
| In: |
lib/rr/wildcard_matchers/anything.rb
|
| Parent: | Object |
# File lib/rr/wildcard_matchers/anything.rb, line 8
8: def ==(other)
9: other.is_a?(self.class)
10: end