Method: ParticlePool::PoolThread#<<
- Defined in:
- lib/particle_pool/pool_thread.rb
#<<(t, *args, **kwargs) ⇒ Object
12 13 14 |
# File 'lib/particle_pool/pool_thread.rb', line 12 def <<(t, *args, **kwargs) push(t, *args, **kwargs) end |