Sha256: e9377c54bd44361e07f1a7b620dbfaac7033df60e264e460a432247d9d1b99a9
Contents?: true
Size: 105 Bytes
Versions: 36
Compression:
Stored size: 105 Bytes
Contents
module RR class ProcFromBlock < Proc def ==(other) Proc.new(&self) == other end end end
Version data entries
36 entries across 32 versions & 7 rubygems