Skip to content

Commit 447868a

Browse files
committed
Adjust parentheses after << method name.
1 parent 36e1345 commit 447868a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/protocol/http/header/accept.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ def initialize(value = nil)
8181
# The input string is split into distinct entries and appended to the array.
8282
#
8383
# @parameter value [String] the value or values to add, separated by commas.
84-
def << (value)
84+
def <<(value)
8585
self.concat(value.scan(SEPARATOR).map(&:strip))
8686
end
8787

0 commit comments

Comments
 (0)