class Guard::Watcher::Pattern::Matcher

def ==(other)

Returns:
  • (true, false) - equal or not

Parameters:
  • other (Guard::Watcher::Pattern::Matcher) --
def ==(other)
  matcher == other.matcher
end