class Playbook::PbWeekdayStacked::WeekdayStacked
def formatted_month_and_day
def formatted_month_and_day case variant when "day_only" then day when "expanded" then month_and_day(format: "%b %-d") else month_and_day end end
def formatted_month_and_day case variant when "day_only" then day when "expanded" then month_and_day(format: "%b %-d") else month_and_day end end