class Chronic::MiniDate

def equals?(other)

def equals?(other)
  @month == other.month and @day == other.day
end