class Ost::Queue
- Ost::Queue
- Reference
- Object
Included Modules
- Enumerable(Int32 | String)
Defined in:
ost.crConstructors
Instance Method Summary
- #backup : Nido
-
#each(&)
Must yield this collection's elements to the block.
- #items
- #key : Nido
- #push(value)
- #redis
- #redis=(redis : Redis)
-
#size
Returns the number of elements in the collection.
- #stop
Constructor Detail
Instance Method Detail
def each(&)
#
Description copied from module Enumerable(Int32 | String)
Must yield this collection's elements to the block.
def size
#
Description copied from module Enumerable(Int32 | String)
Returns the number of elements in the collection.
[1, 2, 3, 4].size # => 4