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