module Daitai::Sort

Public Instance Methods

sort() click to toggle source
# File lib/daitai/functions/sort.rb, line 5
def sort
  ->(sortable) { sortable.sort }
end