Skip to content

Commit

Permalink
Remove deprecated Headers#slice!.
Browse files Browse the repository at this point in the history
  • Loading branch information
ioquatix committed Apr 6, 2020
1 parent e6f6a9e commit ca45c24
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/protocol/http/headers.rb
Expand Up @@ -158,9 +158,6 @@ def extract(keys)
return deleted
end

# This is deprecated.
alias slice! extract

# Add the specified header key value pair.
# @param key [String] the header key.
# @param value [String] the header value to assign.
Expand Down

0 comments on commit ca45c24

Please sign in to comment.