Object
# File lib/rr/wildcard_matchers/anything.rb, line 8 def ==(other) other.is_a?(self.class) end
# File lib/rr/wildcard_matchers/anything.rb, line 13 def inspect 'anything' end
# File lib/rr/wildcard_matchers/anything.rb, line 4 def wildcard_match?(other) true end
[Validate]
Generated with the Darkfish Rdoc Generator 2.