One int per line in snap dump

This commit is contained in:
ChillerDragon 2022-11-16 14:15:34 +01:00
parent 804b3c87a2
commit 3c53e66fdf

View file

@ -185,7 +185,7 @@ class GameClient
notes = [
[:green, 0, 4, 'who dis?']
]
hexdump_lines(data.pack('C*'), 2, notes, long_legend: true).each do |hex|
hexdump_lines(data.pack('C*'), 1, notes, long_legend: true).each do |hex|
puts hex
end