class Chronic::Handler

def ==(other)

Returns:
  • (Boolean) - True if these handlers match

Parameters:
  • The (Handler) -- handler to compare
def ==(other)
  @pattern == other.pattern
end