Module: Arel::NullsOrderPredications

Included in:
Arel::Nodes::Ordering
Defined in:
lib/arel/nulls_order_predications.rb

Instance Method Summary collapse

Instance Method Details

#nulls_firstObject



7
8
9
# File 'lib/arel/nulls_order_predications.rb', line 7

def nulls_first
  Nodes::NullsFirst.new self
end

#nulls_lastObject



3
4
5
# File 'lib/arel/nulls_order_predications.rb', line 3

def nulls_last
  Nodes::NullsLast.new self
end