method
except
v6.1.7.7 -
Show latest stable
- Class:
Arel::SelectManager
except(other)public
No documentation available.
# File activerecord/lib/arel/select_manager.rb, line 207
def except(other)
Nodes::Except.new ast, other.ast
end