Sha256: 574aaf928876d27f6c6e2434e7816e85e3493758fb8280eac324ea5a41c6411c
Contents?: true
Size: 258 Bytes
Versions: 160
Compression:
Stored size: 258 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
160 entries across 152 versions & 18 rubygems