[ruby-core:104698] [Ruby master Feature#14331] change call CGI methods from :: to .
From:
hsbt@...
Date:
2021-07-27 09:35:17 UTC
List:
ruby-core #104698
Issue #14331 has been updated by hsbt (Hiroshi SHIBATA). Status changed from Open to Closed Tracker changed from Misc to Feature Applied at https://github.com/ruby/cgi/commit/724c9e0e0acf29f39471393b1b67239760d8ce14 ---------------------------------------- Feature #14331: change call CGI methods from :: to . https://bugs.ruby-lang.org/issues/14331#change-93015 * Author: artofhuman (Semyon Pupkov) * Status: Closed * Priority: Normal ---------------------------------------- Hi. I think using :: for call methods for CGI class methods in documentation and core may cause confusion. I think is better to change this to standard way. For example CGI::escapeHTML -> CGI.escapeHTML plz see opened PR on Github https://github.com/ruby/ruby/pull/1749 -- https://bugs.ruby-lang.org/ Unsubscribe: <mailto:ruby-core-request@ruby-lang.org?subject=unsubscribe> <http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-core>