Method: Lib::BOOTP::Packet::BootFile.unpack

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

.unpack(packet) ⇒ Object



32
33
34
# File 'lib/lib/bootp/packet/boot_file.rb', line 32

def self.unpack(packet)
  new packet.unpack('a128').first.to_s
end