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