Method: SortOrder.new

Defined in:
lib/sort_order.rb

.new(*cols) ⇒ Object



4
5
6
# File 'lib/sort_order.rb', line 4

def self.new *cols
  Columns.new *cols
end