= private = protected
to_s()
The HTTP version as show in the HTTP request and response. For example, “1.1”
# File lib/webrick/httpversion.rb, line 71 def to_s format("%d.%d", @major, @minor) end