Skip to content

Commit

Permalink
fixed parametrized value on json_create sigs
Browse files Browse the repository at this point in the history
  • Loading branch information
HoneyryderChuck committed Dec 31, 2021
1 parent c7bdda3 commit 84aa72e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions stdlib/cgi/0/core.rbs
Original file line number Diff line number Diff line change
Expand Up @@ -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
#
Expand Down Expand Up @@ -962,9 +962,6 @@ class CGI
#
alias escape_html escapeHTML

# # arglists 💪👽🚨 << Delete this section
# h(string)
#
alias h escapeHTML

# Prettify (indent) an HTML string.
Expand Down

0 comments on commit 84aa72e

Please sign in to comment.