Method: Polipus::QueueOverflow::DevNullQueue#length
- Defined in:
- lib/polipus/queue_overflow/dev_null_queue.rb
#length ⇒ Object Also known as: size
9 10 11 |
# File 'lib/polipus/queue_overflow/dev_null_queue.rb', line 9 def length 0 end |