# File lib/ice_cube/validations/month_of_year.rb, line 39
      def build_s(builder)
        builder.piece(:month_of_year) << IceCube::I18n.t("date.month_names")[month]
      end