Update RBI files for mechanize.
This commit is contained in:
parent
709902635d
commit
9183a2a2fd
@ -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
|
||||||
|
|
||||||
@ -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
|
||||||
|
|
||||||
@ -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
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user