Class: Queue
- Inherits:
-
Object
- Object
- Queue
- Defined in:
- lib/talkshow/server.rb
Instance Method Summary collapse
-
#peek ⇒ Object
Take a peek at what’s in the array.
Instance Method Details
#peek ⇒ Object
Take a peek at what’s in the array
10 11 12 |
# File 'lib/talkshow/server.rb', line 10 def peek @que end |