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 36e1345 commit 447868aCopy full SHA for 447868a
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