ruby / xmlrpc

The Ruby standard library package 'xmlrpc'
Other
37 stars 26 forks source link

Added method to get port of XMLRPC::Server #18

Closed herwinw closed 3 years ago

herwinw commented 7 years ago

Useful when you start the server with port=0 and let Webrick select the port.

olleolleolle commented 7 years ago

@herwinw You could add Fixes #17 to the Description of this PR to make it auto-close that Issue on being merged.

kou commented 3 years ago

Thanks!