Method: Iptables::Decoder#initialize
- Defined in:
- lib/iptables.rb
#initialize(opts = {}) ⇒ Decoder
Initialize the decoder object
38 39 40 41 42 43 |
# File 'lib/iptables.rb', line 38 def initialize(opts = {}) @opts = { :debug => false, :iptables_compatibility => nil, }.merge(opts) end |