class Chronic::Handler
def ==(other)
-
(Boolean)
- True if these handlers match
Parameters:
-
The
(Handler
) -- handler to compare
def ==(other) @pattern == other.pattern end
(Boolean)
- True if these handlers match
The
(Handler
)
-- handler to compare
def ==(other) @pattern == other.pattern end