This commit is contained in:
sampatbadhe 2022-08-08 14:19:33 +05:30 committed by Olle Jonsson
parent 6e5403613a
commit 71dcb9cbc5

View File

@ -76,7 +76,7 @@ module Faraday
# semver that it is planned to go away.
# @param name [Symbol] the method symbol to deprecate
# @param repl [#to_s, :none] the replacement to use, when `:none` it will
# alert the user that no replacemtent is present.
# alert the user that no replacement is present.
# @param ver [String] the semver the method will be removed.
def deprecate(name, repl, ver)
class_eval do