Method: Querly::Pattern::Argument::Base#==

Defined in:
lib/querly/pattern/argument.rb

#==(other) ⇒ Object



11
12
13
# File 'lib/querly/pattern/argument.rb', line 11

def ==(other)
  other.class == self.class && other.attributes == attributes
end