Sha256: 3ea48336113d5f59cac64ed3415f1bbd0dd1cf20d3e4c66b8efd6567752f981b

Contents?: true

Size: 259 Bytes

Versions: 23

Compression:

Stored size: 259 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

23 entries across 23 versions & 3 rubygems

Version Path
activesupport-5.1.7 lib/active_support/core_ext/array/prepend_and_append.rb
activesupport-5.1.7.rc1 lib/active_support/core_ext/array/prepend_and_append.rb
activesupport-5.1.6.2 lib/active_support/core_ext/array/prepend_and_append.rb
activesupport-5.1.6.1 lib/active_support/core_ext/array/prepend_and_append.rb
activesupport-5.1.6 lib/active_support/core_ext/array/prepend_and_append.rb
tdiary-5.0.8 vendor/bundle/gems/activesupport-5.1.5/lib/active_support/core_ext/array/prepend_and_append.rb
activesupport-5.1.5 lib/active_support/core_ext/array/prepend_and_append.rb
activesupport-5.1.5.rc1 lib/active_support/core_ext/array/prepend_and_append.rb
pract6-0.1.0 .gem/ruby/2.3.0/gems/activesupport-5.1.4/lib/active_support/core_ext/array/prepend_and_append.rb
activesupport-5.1.4 lib/active_support/core_ext/array/prepend_and_append.rb
activesupport-5.1.4.rc1 lib/active_support/core_ext/array/prepend_and_append.rb
activesupport-5.1.3 lib/active_support/core_ext/array/prepend_and_append.rb
activesupport-5.1.3.rc3 lib/active_support/core_ext/array/prepend_and_append.rb
activesupport-5.1.3.rc2 lib/active_support/core_ext/array/prepend_and_append.rb
activesupport-5.1.3.rc1 lib/active_support/core_ext/array/prepend_and_append.rb
tdiary-5.0.5 vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/array/prepend_and_append.rb
activesupport-5.1.2 lib/active_support/core_ext/array/prepend_and_append.rb
activesupport-5.1.2.rc1 lib/active_support/core_ext/array/prepend_and_append.rb
activesupport-5.1.1 lib/active_support/core_ext/array/prepend_and_append.rb
activesupport-5.1.0 lib/active_support/core_ext/array/prepend_and_append.rb