class Array

Public Instance Methods

reorder(values, options) click to toggle source
# File lib/releaf/core_ext/array/reorder.rb, line 2
def reorder(values, options)
  Array::Reorder.call(array: self, values: values, options: options)
end