Module: SortDescriptorLiteral

Defined in:
lib/PredicateLiteralKit4Ruby.rb

Defined Under Namespace

Classes: SortDescriptor

Class Method Summary collapse

Class Method Details

.parse(array) ⇒ Object



42
43
44
45
46
# File 'lib/PredicateLiteralKit4Ruby.rb', line 42

def self.parse(array)
  array.map do |each|
    SortDescriptor.parse(each)
  end
end