Method: Lib::BOOTP::Packet::BootFile#pack

Defined in:
lib/lib/bootp/packet/boot_file.rb

#packObject



28
29
30
# File 'lib/lib/bootp/packet/boot_file.rb', line 28

def pack
  [@file].pack('a128')
end