# File lib/riddle/client/message.rb, line 25
      def append_int(int)
        @message << [int.to_i].pack('N')
      end