class Guard::Watcher
def ==(other)
-
(true, false)
- equal or not
Parameters:
-
other
(Guard::Watcher
) -- other watcher for comparing
def ==(other) action == other.action && pattern == other.pattern end
(true, false)
- equal or not
other
(Guard::Watcher
)
-- other watcher for comparing
def ==(other) action == other.action && pattern == other.pattern end