summaryrefslogtreecommitdiff
path: root/lib/rubygems
diff options
context:
space:
mode:
authorDaniel Niknam <[email protected]>2021-08-23 23:01:40 +1000
committerHiroshi SHIBATA <[email protected]>2021-08-31 19:06:14 +0900
commitd73dc8e937b8712878af3d744f0aec61d48c136d ()
tree3c4cbe71de99205fcfe0072733f873fb8a8b378b /lib/rubygems
parent6d883b33aef68c3ae9455a591c40a1ffb5836886 (diff)
[rubygems/rubygems] Remove unused method
https://.com/rubygems/rubygems/commit/3a8486794e
Notes: Merged: https://.com/ruby/ruby/pull/4789
-rw-r--r--lib/rubygems/printable_uri.rb4
1 files changed, 0 insertions, 4 deletions
@@ -54,10 +54,6 @@ class Gem::PrintableUri
end
end
- def redactable_credential?
- password? || oauth_basic? || token?
- end
-
def password?
end