method
to_s
to_s()
public
Hide source
# File lib/webrick/httpversion.rb, line 45 def to_s format("%d.%d", @major, @minor) end