Method: Lib::BOOTP::Packet::IPAddress#pack

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

#packObject



14
15
16
# File 'lib/lib/bootp/packet/ip_address.rb', line 14

def pack
  [self.to_i].pack('N')
end