Sha256: f323af88a0e89cab89cb6380a8ab4bc386f508befcb5a501651eafa79a67ffe1
Contents?: true
Size: 257 Bytes
Versions: 18
Compression:
Stored size: 257 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
18 entries across 18 versions & 3 rubygems