Libraries
»
m_queue
(0.1.4)
»
Index
»
MQueue
»
Queue
»
inherited
Method: MQueue::Queue.inherited
Defined in:
lib/m_queue/queue.rb
.
inherited
(subclass) ⇒
Object
10 11 12
# File 'lib/m_queue/queue.rb', line 10
def
inherited
(
subclass
)
@@queues
<<
subclass
end