Libraries
»
cfer
(1.0.0)
»
Index
»
Cfer
»
Core
»
Functions
»
#and
Method: Cfer::Core::Functions#and
Defined in:
lib/cfer/core/functions.rb
#
and
(*conds) ⇒
Object
23 24 25
# File 'lib/cfer/core/functions.rb', line 23
def
and
(
*
conds
)
{
"
Fn::And
"
=>
conds
}
end