Class: Bunny::Queue

Inherits:
Object
  • Object
show all
Defined in:
lib/stuffed_bunny/bunny_overrides.rb

Instance Method Summary collapse

Constructor Details

#initialize(channel_or_connection, name = nil, opts = {}) ⇒ Queue

Returns a new instance of Queue.



70
71
# File 'lib/stuffed_bunny/bunny_overrides.rb', line 70

def initialize(channel_or_connection, name = nil, opts = {})
end

Instance Method Details

#delete(*args) ⇒ Object



73
74
75
# File 'lib/stuffed_bunny/bunny_overrides.rb', line 73

def delete(*args)
  :delete_ok
end