Method: Querly::Pattern::Expr::Base#==
- Defined in:
- lib/querly/pattern/expr.rb
#==(other) ⇒ Object
13 14 15 |
# File 'lib/querly/pattern/expr.rb', line 13 def ==(other) other.class == self.class && other.attributes == attributes end |