diff --git a/stdlib/cgi/0/core.rbs b/stdlib/cgi/0/core.rbs index 81dbfd593..595fe707a 100644 --- a/stdlib/cgi/0/core.rbs +++ b/stdlib/cgi/0/core.rbs @@ -828,7 +828,7 @@ class CGI def cookies=: (Hash[String, Cookie] cookies) -> Hash[String, Cookie] - def create_body: (bool is_large) -> (Tempfile | StringIO) + def create_body: (boolish is_large) -> (Tempfile | StringIO) # Get the uploaded files as a hash of name=>values pairs # @@ -962,9 +962,6 @@ class CGI # alias escape_html escapeHTML - # # arglists 💪👽🚨 << Delete this section - # h(string) - # alias h escapeHTML # Prettify (indent) an HTML string.