# File lib/riddle/client/message.rb, line 52
      def append_floats(*floats)
        floats.each { |float| append_float(float) }
      end