# File lib/ice_cube/validations/day_of_week.rb, line 47 def build_s(builder) builder.piece(:day_of_week) << IceCube::I18n.t( 'ice_cube.days_of_week', segments: StringBuilder.nice_number(occ), day: IceCube::I18n.t('date.day_names')[day] ) end