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 lib/webrick/httputils.rb, line 156 def join(separator = ", ") super end
Calls superclass method