Sha256: a5644c465874da54312abed40d1b5cb7c6d45b605f755d2f702b6e64a932dd87
Contents?: true
Size: 182 Bytes
Versions: 13
Compression:
Stored size: 182 Bytes
Contents
module RR if RUBY_VERSION =~ /^1.8/ class ProcFromBlock < Proc def ==(other) Proc.new(&self) == other end end else ProcFromBlock = Proc end end
Version data entries
13 entries across 13 versions & 1 rubygems