123456789_123456789_123456789_123456789_123456789_

Class: Arel::Nodes::NullsFirst

Do not use. This class is for internal use only.

Class Method Summary

Unary - Inherited

Instance Attribute Summary

Unary - Inherited

#expr,
#value

Alias for Unary#expr.

Node - Inherited

Instance Method Summary

Constructor Details

This class inherits a constructor from Arel::Nodes::Unary

Instance Method Details

#reverse

[ GitHub ]

  
# File 'activerecord/lib/arel/nodes/ordering.rb', line 16

def reverse
  NullsLast.new(expr.reverse)
end