File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ def self.coerce(value)
3535 end
3636 end
3737
38- # Initializes the multiple header with already-parsed values.
38+ # Initializes the multiple header with the given values.
3939 #
4040 # @parameter value [Array | Nil] an array of header values, or `nil` for an empty header.
4141 def initialize ( value = nil )
Original file line number Diff line number Diff line change @@ -38,9 +38,9 @@ def self.coerce(value)
3838 end
3939 end
4040
41- # Initializes a `Split` header with already-parsed values.
41+ # Initializes a `Split` header with the given values.
4242 #
43- # @parameter value [Array | Nil] an array of parsed header values , or `nil` for an empty header.
43+ # @parameter value [Array | String | Nil] an array of values, a raw header value , or `nil` for an empty header.
4444 def initialize ( value = nil )
4545 if value . is_a? ( Array )
4646 super ( value )
You can’t perform that action at this time.
0 commit comments