Update RBI files for mechanize.

This commit is contained in:
BrewTestBot 2021-05-10 07:08:06 +00:00
parent 709902635d
commit 9183a2a2fd
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F
4 changed files with 9 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# DO NOT EDIT MANUALLY # DO NOT EDIT MANUALLY
# This is an autogenerated file for types exported from the `connection_pool` gem. # This is an autogenerated file for types exported from the `connection_pool` gem.
# Please instead update this file by running `tapioca generate --exclude json`. # Please instead update this file by running `bin/tapioca sync`.
# typed: true # typed: true
@ -10,8 +10,10 @@ class ConnectionPool
def available; end def available; end
def checkin; end def checkin; end
def checkout(options = T.unsafe(nil)); end def checkout(options = T.unsafe(nil)); end
def reload(&block); end
def shutdown(&block); end def shutdown(&block); end
def size; end def size; end
def then(options = T.unsafe(nil)); end
def with(options = T.unsafe(nil)); end def with(options = T.unsafe(nil)); end
class << self class << self
@ -36,7 +38,7 @@ class ConnectionPool::TimedStack
def max; end def max; end
def pop(timeout = T.unsafe(nil), options = T.unsafe(nil)); end def pop(timeout = T.unsafe(nil), options = T.unsafe(nil)); end
def push(obj, options = T.unsafe(nil)); end def push(obj, options = T.unsafe(nil)); end
def shutdown(&block); end def shutdown(reload: T.unsafe(nil), &block); end
private private

View File

@ -1,6 +1,6 @@
# DO NOT EDIT MANUALLY # DO NOT EDIT MANUALLY
# This is an autogenerated file for types exported from the `mini_portile2` gem. # This is an autogenerated file for types exported from the `mini_portile2` gem.
# Please instead update this file by running `tapioca sync`. # Please instead update this file by running `bin/tapioca sync`.
# typed: true # typed: true

View File

@ -11344,6 +11344,10 @@ class MiniPortile
end end
class MiniPortile class MiniPortile
def self.mingw?(); end
def self.mswin?(); end
def self.windows?(); end def self.windows?(); end
end end