Method: Tap::App::Queue#initialize

Defined in:
lib/tap/app/queue.rb

#initializeQueue

Creates a new Queue



27
28
29
30
# File 'lib/tap/app/queue.rb', line 27

def initialize
  super
  @queue = []
end