Sha256: 5a32376aef9075ec8b3b82ed0936554cf8e8954e7615f579751ce8c9c2261889
Contents?: true
Size: 132 Bytes
Versions: 20
Compression:
Stored size: 132 Bytes
Contents
unless Hash.method_defined? :to_proc class Hash def to_proc h = self Proc.new{|*args| h[*args]} end end end
Version data entries
20 entries across 20 versions & 3 rubygems