Sha256: 7be166f8820a19b00936b96071375301786b9b53c84fce9a96972d032b14b918
Contents?: true
Size: 244 Bytes
Versions: 20
Compression:
Stored size: 244 Bytes
Contents
# http://stackoverflow.com/questions/7263268/ruby-symbolto-proc-leaks-references-in-1-9-2-p180 unless defined?(SimpleCov) # simplecov somehow crashed with this class Symbol def to_proc lambda { |x| x.send(self) } end end end
Version data entries
20 entries across 20 versions & 3 rubygems