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