Libraries
»
puppetdb_query
(0.1.2)
»
Index
»
PuppetDBQuery
»
Term
»
#add
Method: PuppetDBQuery::Term#add
Defined in:
lib/puppetdb_query/term.rb
#
add
(*arg) ⇒
Object
12 13 14 15
# File 'lib/puppetdb_query/term.rb', line 12
def
add
(
*
arg
)
@args
+=
arg
self
end