Sha256: 4013429c0be9ad28ec48fb32a5a3f63a25fb12232ac833dc511771fa6809c457
Contents?: true
Size: 256 Bytes
Versions: 257
Compression:
Stored size: 256 Bytes
Contents
class Array # The human way of thinking about adding stuff to the end of a list is with append alias_method :append, :<< # The human way of thinking about adding stuff to the beginning of a list is with prepend alias_method :prepend, :unshift end
Version data entries
257 entries across 213 versions & 25 rubygems