class Queuing::QueueStorageMemory
- Queuing::QueueStorageMemory
- Queuing::QueueStorage
- Reference
- Object
Defined in:
queuing/queue_storage_memory.crConstructors
Instance Method Summary
- #front : String | Nil
- #len
- #push(content : String)
- #shift : String | Nil
-
#to_s
Returns a nicely readable and concise string representation of this object, typically intended for users.
Instance methods inherited from class Queuing::QueueStorage
front : String | Nil
front,
len
len,
push(content : String)
push,
shift : String | Nil
shift
Constructor Detail
Instance Method Detail
def to_s
#
Description copied from class Object
Returns a nicely readable and concise string representation of this object, typically intended for users.
This method should usually not be overridden. It delegates to
#to_s(IO)
which can be overridden for custom implementations.
Also see #inspect
.