Method: ActiveHouse::Querying::Except#except
- Defined in:
- lib/active_house/querying/except.rb
#except(*keys) ⇒ Object
Chain method
13 14 15 |
# File 'lib/active_house/querying/except.rb', line 13 def except(*keys) dup.except!(*keys) end |