Method: Lib::BOOTP::Packet::HopCount.unpack

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

.unpack(hops) ⇒ Object



31
32
33
# File 'lib/lib/bootp/packet/hop_count.rb', line 31

def self.unpack(hops)
  self.new hops.unpack('C').first
end