module Packetman

Constants

VERSION

Public Class Methods

config() click to toggle source
# File lib/packetman.rb, line 12
def config
  @config ||= Config.new
end
config!() click to toggle source
# File lib/packetman.rb, line 16
def config!
  @config = Config.new
end