Method: Machete::Matchers::AnyMatcher#==

Defined in:
lib/machete/matchers.rb

#==(other) ⇒ Object



168
169
170
# File 'lib/machete/matchers.rb', line 168

def ==(other)
  other.instance_of?(self.class)
end