module FFaker::Time

def day_of_week(options = {})

def day_of_week(options = {})
  fetch_sample(DAYS_OF_WEEK)[0..(options[:long] ? 10 : 2)]
end