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