# File lib/faker/date.rb, line 11 def between_except(from, to, excepted) begin date = between(from, to) end while date == excepted date end