Skip to content

Commit

Permalink
Fixes yard docs for exhange deliver
Browse files Browse the repository at this point in the history
  • Loading branch information
arempe93 committed Mar 9, 2016
1 parent df3be55 commit 31afe42
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lib/bunny_mock/exchange.rb
Original file line number Diff line number Diff line change
Expand Up @@ -243,10 +243,10 @@ def has_binding?(exchange_or_queue, opts = {}) # rubocop:disable Style/Predicate
##
# Deliver a message to routes
#
# @see {BunnyMock::Exchanges::Direct#deliver}
# @see {BunnyMock::Exchanges::Topic#deliver}
# @see {BunnyMock::Exchanges::Fanout#deliver}
# @see {BunnyMock::Exchanges::Headers#deliver}
# @see BunnyMock::Exchanges::Direct#deliver
# @see BunnyMock::Exchanges::Topic#deliver
# @see BunnyMock::Exchanges::Fanout#deliver
# @see BunnyMock::Exchanges::Headers#deliver
# @api public
#
def deliver(payload, opts, key)
Expand Down

0 comments on commit 31afe42

Please sign in to comment.