Method: ModelSet::Conditions#&

Defined in:
lib/model_set/conditions.rb

#&(other) ⇒ Object



61
62
63
# File 'lib/model_set/conditions.rb', line 61

def &(other)
  new(:and, self, other)
end