class Chronic::Handler

def ==(other)

Returns true if these Handlers match.

other - The other Handler object to compare.
def ==(other)
  @pattern == other.pattern
end