Sha256: 4f8baba97468af719971c3d41a446d2b0d8bab476a53b609b2b4ee58a47a6e69
Contents?: true
Size: 139 Bytes
Versions: 73
Compression:
Stored size: 139 Bytes
Contents
unless Symbol.method_defined? :match class Symbol def match(with) to_s =~ with end alias_method :=~, :match end end
Version data entries
73 entries across 73 versions & 5 rubygems