We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4036509 commit 401cb26Copy full SHA for 401cb26
lib/net/imap/fetch_data.rb
@@ -131,8 +131,8 @@ class FetchData < Struct.new(:seqno, :attr)
131
#
132
# A transformation of #attr, with all the keys converted to upper case.
133
134
- # Header field names are case-preserved but not not case-sensitive, so
135
- # this is used by #header_fields and #header_fields_not.
+ # Header field names are case-preserved but not case-sensitive, so this is
+ # used by #header_fields and #header_fields_not.
136
def attr_upcase; attr.transform_keys(&:upcase) end
137
138
# :call-seq:
0 commit comments