Method: Pio::Arp::Format#to_binary

Defined in:
lib/pio/arp/format.rb

#to_binaryObject

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