# File lib/ice_cube/validations/day_of_month.rb, line 38 def build_s(builder) builder.piece(:day_of_month) << StringBuilder.nice_number(day) end