Module: FFI::Packets::Arp::Hdr::Op
- Defined in:
- lib/ffi/packets/arp.rb
Overview
ARP operations
Class Method Summary collapse
Class Method Details
.list ⇒ Object
31 32 33 |
# File 'lib/ffi/packets/arp.rb', line 31 def list @@list ||= constants.inject({}){|h,c| h.merge! c => const_get(c) } end |