Class: Caper::Handler

Inherits:
Object
  • Object
show all
Defined in:
lib/caper/copy_handler.rb

Overview

This class only exists for backward compatibility. Setting pcap handler to nil has the same effect now.

Instance Method Summary collapse

Instance Method Details

#receive_pcap(*args) ⇒ Object



31
32
33
# File 'lib/caper/copy_handler.rb', line 31

def receive_pcap(*args)
  return args
end