Sha256: 211687fa5cefc0d57ab446cd66d7726eaadc3780504100854683aebc276cf1b9
Contents?: true
Size: 188 Bytes
Versions: 10
Compression:
Stored size: 188 Bytes
Contents
# Yet another alias for proc. # This one would preferably be called just #do, # but that conflicts with Ruby's keyword. # (This should be in Kernel) def does(&blk) return proc(&blk) end
Version data entries
10 entries across 10 versions & 1 rubygems