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 652f9b4 commit 6cf5c75Copy full SHA for 6cf5c75
lib/protocol/http/header/accept.rb
@@ -81,7 +81,7 @@ def initialize(value = nil)
81
# The input string is split into distinct entries and appended to the array.
82
#
83
# @parameter value [String] the value or values to add, separated by commas.
84
- def << (value)
+ def <<(value)
85
self.concat(value.scan(SEPARATOR).map(&:strip))
86
end
87
0 commit comments