This project is closed and read-only.
Actions
Bug #2435
closedwebrick/config.rbにtypo
Bug #2435:
webrick/config.rbにtypo
Description
=begin
特に動作に影響はありませんが、webrick/config.rbのコメントにtypoがあるようです。
--- lib/webrick/config.rb (revision 25993)
+++ lib/webrick/config.rb (working copy)
@@ -22,7 +22,7 @@
General = {
:ServerName => Utils::getservername,
:BindAddress => nil, # "0.0.0.0" or "::" or nil
=end
Actions