Sha256: c59efb4604eeff08e1ae5d9dfa94694095dda7da3dfa618d620ba3db9777a76d
Contents?: true
Size: 154 Bytes
Versions: 103
Compression:
Stored size: 154 Bytes
Contents
class Range def wildcard_match?(other) return true if self == other return false unless other.is_a?(Numeric) self.include?(other) end end
Version data entries
103 entries across 99 versions & 9 rubygems