# File lib/riddle/client/response.rb, line 24 def next_int int = @str[@marker, 4].unpack('N*').first @marker += 4 return int end