module PacketThief::Impl::Manual::NullRuleHandler

Attributes

active_rules[RW]

Public Instance Methods

revert() click to toggle source

Reverts all executed rules that this handler knows about.

# File lib/packetthief/impl/manual.rb, line 19
def revert
end
run(rule) click to toggle source

Executes a rule and holds onto it for later removal.

# File lib/packetthief/impl/manual.rb, line 15
def run(rule)
end