class WEBrick::HTTPUtils::SplitHeader
Parses an HTTP header raw
into a hash of header fields with an Array of values.
Public Instance Methods
join(separator = ", ")
click to toggle source
Calls superclass method
# File lib/webrick/httputils.rb, line 156 def join(separator = ", ") super end