Skip to content

Commit

Permalink
Merge pull request #215 from ParadoxV5/rack224
Browse files Browse the repository at this point in the history
Update Rack RBS to 2.2.4
  • Loading branch information
pocke committed Oct 4, 2022
2 parents 0e9d58a + 99e2d05 commit c77f8fc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
8 changes: 6 additions & 2 deletions gems/rack/2.2.2/rack.rbs → gems/rack/2.2/rack.rbs
Original file line number Diff line number Diff line change
Expand Up @@ -1104,6 +1104,9 @@ module Rack
class InvalidParameterError < ArgumentError
end

class ParamsTooDeepError < RangeError
end

class Params
def initialize: (Integer limit) -> void
def []: (String? key) -> ((Array[(Array[nil] | Hash[String?, untyped] | Params | String)?] | Hash[String?, (Array[untyped] | Hash[String?, untyped] | Params | String)?] | Params | String)?)
Expand All @@ -1116,6 +1119,8 @@ module Rack
module Utils
DEFAULT_SEP: Regexp
COMMON_SEP: Hash[String, Regexp]
RFC2822_DAY_NAME: Array[String]
RFC2822_MONTH_NAME: Array[String]
ESCAPE_HTML: Hash[String, String]
ESCAPE_HTML_PATTERN: Regexp
HTTP_STATUS_CODES: Hash[Integer, String]
Expand Down Expand Up @@ -1219,8 +1224,7 @@ module Rack
TOKEN: Regexp
CONDISP: Regexp
VALUE: Regexp
BROKEN_QUOTED: Regexp
BROKEN_UNQUOTED: Regexp
BROKEN: Regexp
MULTIPART_CONTENT_TYPE: Regexp
MULTIPART_CONTENT_DISPOSITION: Regexp
MULTIPART_CONTENT_ID: Regexp
Expand Down

0 comments on commit c77f8fc

Please sign in to comment.