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