Object
# File lib/rr/wildcard_matchers/anything.rb, line 8 8: def ==(other) 9: other.is_a?(self.class) 10: end
# File lib/rr/wildcard_matchers/anything.rb, line 13 13: def inspect 14: 'anything' 15: end
# File lib/rr/wildcard_matchers/anything.rb, line 4 4: def wildcard_match?(other) 5: true 6: end
Disabled; run with --debug to generate this.
[Validate]
Generated with the Darkfish Rdoc Generator 1.1.6.