Method: PuppetDBQuery::Term#==

Defined in:
lib/puppetdb_query/term.rb

#==(other) ⇒ Object



17
18
19
# File 'lib/puppetdb_query/term.rb', line 17

def ==(other)
  other.class == self.class && other.operator == operator && other.args == args
end