Skip to content

Commit

Permalink
Avoid YARD "UnknownTag" warning
Browse files Browse the repository at this point in the history
  • Loading branch information
olleolleolle authored and ixti committed Mar 29, 2019
1 parent 6d496de commit f37a10e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/http/chainable.rb
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ def via(*proxy)
alias through via

# Make client follow redirects.
# @param opts
# @param options
# @return [HTTP::Client]
# @see Redirector#initialize
def follow(options = {}) # rubocop:disable Style/OptionHash
Expand Down

0 comments on commit f37a10e

Please sign in to comment.