Method: Packet::Worker.inherited
- Defined in:
- lib/packet/packet_worker.rb
.inherited(subklass) ⇒ Object
copy the inherited attribute in class thats inheriting this class
25 26 27 |
# File 'lib/packet/packet_worker.rb', line 25 def self.inherited(subklass) subklass.send(:"connection_callbacks=",connection_callbacks) end |