# File lib/ice_cube/validations/hour_of_day.rb, line 57 def build_s(builder) builder.piece(:hour_of_day) << StringBuilder.nice_number(hour) end