class WEBrick::HTTPUtils::SplitHeader
Parses an HTTP header raw
into a hash of header fields with an Array of values.
Public Instance Methods
Source
# File vendor/bundle/ruby/3.4.0/gems/webrick-1.9.1/lib/webrick/httputils.rb, line 156 def join(separator = ", ") super end
Calls superclass method