module SortDescriptorLiteral

Public Class Methods

parse(array) click to toggle source
# File lib/PredicateLiteralKit4Ruby.rb, line 42
def self.parse(array)
  array.map do |each|
    SortDescriptor.parse(each)
  end
end