Libraries
»
model_set
(1.1.3)
»
Index
»
ModelSet
»
Conditions
»
#&
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