471 472 473
# File 'lib/eno.rb', line 471 def order_by(*members, **props) @order_by = OrderBy.new(*members, **props) end