Sha256: 12625ed3a9804892b75dbe2ca6c7ba0a9fdb67f6abb136f612a09e9d4301c898
Contents?: true
Size: 191 Bytes
Versions: 30
Compression:
Stored size: 191 Bytes
Contents
module RR module WildcardMatchers class Anything def wildcard_match?(other) true end def ==(other) other.is_a?(self.class) end end end end
Version data entries
30 entries across 30 versions & 1 rubygems