Skip to content

Commit

Permalink
Fix YARD docs
Browse files Browse the repository at this point in the history
  • Loading branch information
dkubb committed Oct 28, 2012
1 parent d0429f5 commit cfca121
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/veritas/relation/gateway.rb
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ def respond_to?(method, *)
#
# @param [Symbol] method
#
# @param [Array] *args
# @param [Array] args
#
# @return [self]
# return self for all command methods
Expand All @@ -257,7 +257,7 @@ def forwardable?(method)

# Forward the message to the relation
#
# @param [Array] *args
# @param [Array] args
#
# @return [self]
# return self for all command methods
Expand Down

0 comments on commit cfca121

Please sign in to comment.