Skip to content

Commit

Permalink
Fix validation failure
Browse files Browse the repository at this point in the history
  • Loading branch information
soutaro committed Feb 22, 2022
1 parent 376d3ba commit d286df3
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions stdlib/cgi/0/core.rbs
Original file line number Diff line number Diff line change
Expand Up @@ -354,11 +354,6 @@ class CGI
def initialize: (?String tag_maker) ?{ (String name, String value) -> void } -> void
| (Hash[Symbol, untyped] options_hash) ?{ (String name, String value) -> void } -> void

# <!-- rdoc-file=lib/cgi/core.rb -->
# Return the accept character set for this CGI instance.
#
attr_reader accept_charset: String

# <!--
# rdoc-file=lib/cgi/core.rb
# - accept_charset()
Expand Down Expand Up @@ -392,7 +387,7 @@ class CGI
# <!-- rdoc-file=lib/cgi/core.rb -->
# Return the accept character set for this CGI instance.
#
def accept_charset: () -> String
attr_reader accept_charset: String

# <!-- rdoc-file=lib/cgi/core.rb -->
# This method is an alias for #http_header, when HTML5 tag maker is inactive.
Expand Down

0 comments on commit d286df3

Please sign in to comment.