Method: Querly::Rule::Example#==

Defined in:
lib/querly/rule.rb

#==(other) ⇒ Object



12
13
14
# File 'lib/querly/rule.rb', line 12

def ==(other)
  other.is_a?(Example) && other.before == before && other.after == after
end