Method: Machinery::ElementFilter#==
- Defined in:
- lib/element_filter.rb
#==(other) ⇒ Object
87 88 89 90 |
# File 'lib/element_filter.rb', line 87 def ==(other) path == other.path && matchers == other.matchers end |
87 88 89 90 |
# File 'lib/element_filter.rb', line 87 def ==(other) path == other.path && matchers == other.matchers end |