Flowdock
to_s() public

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File lib/webrick/httpversion.rb, line 45
    def to_s
      format("%d.%d", @major, @minor)
    end
Register or log in to add new notes.