Method: Tap::App::Queue#initialize
- Defined in:
- lib/tap/app/queue.rb
#initialize ⇒ Queue
Creates a new Queue
27 28 29 30 |
# File 'lib/tap/app/queue.rb', line 27 def initialize super @queue = [] end |
Creates a new Queue
27 28 29 30 |
# File 'lib/tap/app/queue.rb', line 27 def initialize super @queue = [] end |