module Arel::NullsOrderPredications

Public Instance Methods

nulls_first() click to toggle source
# File lib/arel/nulls_order_predications.rb, line 7
def nulls_first
  Nodes::NullsFirst.new self
end
nulls_last() click to toggle source
# File lib/arel/nulls_order_predications.rb, line 3
def nulls_last
  Nodes::NullsLast.new self
end