Add Pathname shim extension RBI definitions

This commit is contained in:
Bo Anderson 2022-09-08 03:26:50 +01:00
parent 594a38bfe1
commit cbc895ce2b
No known key found for this signature in database
GPG Key ID: 3DB94E204E137D65
3 changed files with 10 additions and 4 deletions

View File

@ -0,0 +1,5 @@
# typed: strict
class Pathname
include ELFShim
end

View File

@ -0,0 +1,5 @@
# typed: strict
class Pathname
include MachOShim
end

View File

@ -3908,10 +3908,6 @@ class Parser::Ruby26
Racc_debug_parser = ::T.let(nil, ::T.untyped) Racc_debug_parser = ::T.let(nil, ::T.untyped)
end end
class Pathname
include ::MachOShim
end
class PkgVersion class PkgVersion
def major(*args, &block); end def major(*args, &block); end