Update RBI files for pry.
Autogenerated by the [vendor-gems](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/vendor-gemss.yml) workflow.
This commit is contained in:
parent
2260294cb4
commit
f9bea1a7fa
@ -4,7 +4,10 @@
|
||||
# This is an autogenerated file for types exported from the `pry` gem.
|
||||
# Please instead update this file by running `bin/tapioca gem pry`.
|
||||
|
||||
::APPLE_GEM_HOME = T.let(T.unsafe(nil), String)
|
||||
::RUBY19 = T.let(T.unsafe(nil), TrueClass)
|
||||
::RUBY_FRAMEWORK = T.let(T.unsafe(nil), TrueClass)
|
||||
::RUBY_FRAMEWORK_VERSION = T.let(T.unsafe(nil), String)
|
||||
|
||||
class BasicObject
|
||||
def __binding__; end
|
||||
@ -185,6 +188,10 @@ class Pry
|
||||
def toplevel_binding; end
|
||||
def toplevel_binding=(_arg0); end
|
||||
def view_clip(obj, options = T.unsafe(nil)); end
|
||||
|
||||
private
|
||||
|
||||
def mutex_available?; end
|
||||
end
|
||||
end
|
||||
|
||||
@ -1523,7 +1530,6 @@ module Pry::Helpers::Platform
|
||||
def linux?; end
|
||||
def mac_osx?; end
|
||||
def mri?; end
|
||||
def mri_19?; end
|
||||
def mri_2?; end
|
||||
def windows?; end
|
||||
def windows_ansi?; end
|
||||
@ -2481,12 +2487,12 @@ class Pry::WrappedModule::Candidate
|
||||
|
||||
private
|
||||
|
||||
def class_regexes; end
|
||||
def first_line_of_module_definition(file, line); end
|
||||
def first_method_source_location; end
|
||||
def last_method_source_location; end
|
||||
def lines_for_file(*a, &b); end
|
||||
def method_candidates(*a, &b); end
|
||||
def module_definition_first_line?(line); end
|
||||
def name(*a, &b); end
|
||||
def number_of_lines_in_first_chunk; end
|
||||
def yard_docs?(*a, &b); end
|
||||
Loading…
x
Reference in New Issue
Block a user