rubocop:enable MethodLength
48 49 50
# File 'lib/pio/arp/format.rb', line 48 def to_binary to_binary_s + "\000" * (64 - num_bytes) end