module FFI::PCap::AF

Contains ‘AF_*` constants culled from Ruby’s ::Socket

Public Class Methods

list() click to toggle source
Calls superclass method
# File lib/ffi/pcap/bsd/af.rb, line 13
def self.list
  @@list ||= super()
end