Method: Sequel::Sequel4DatasetMethods#and
- Defined in:
- lib/sequel/extensions/sequel_4_dataset_methods.rb
#and(*cond, &block) ⇒ Object
Alias for where.
28 29 30 |
# File 'lib/sequel/extensions/sequel_4_dataset_methods.rb', line 28 def and(*cond, &block) where(*cond, &block) end |