Method: Packet::Worker#invoke_internal_function
- Defined in:
- lib/packet/packet_worker.rb
#invoke_internal_function ⇒ Object
method checks if client has asked to execute a internal function
79 80 81 |
# File 'lib/packet/packet_worker.rb', line 79 def invoke_internal_function raise "Not implemented for worker" end |