Skip to content

Commit 19295f5

Browse files
nobumatzbot
authored andcommitted
[ruby/cgi] [DOC] Missing documents
ruby/cgi@ebd04d1eb1
1 parent 40d6626 commit 19295f5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

lib/cgi/escape.rb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
# frozen_string_literal: true
22

3+
# :stopdoc
34
class CGI
45
module Escape; end
56
include Escape
67
extend Escape
8+
module EscapeExt; end # :nodoc:
79
end
10+
# :startdoc:
811

12+
# Escape/unescape for CGI, HTML, URI.
913
module CGI::Escape
1014
@@accept_charset = Encoding::UTF_8 unless defined?(@@accept_charset)
1115

0 commit comments

Comments
 (0)