sorbet-runtime 0.5.10710 → 0.5.10712
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/types/private/methods/_methods.rb +4 -2
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a05878c4aaab2081fbdbe2ace767f63ff0258a57cb7f65f0bae8820550464e90
|
|
4
|
+
data.tar.gz: 2754e5e1b1974c35826882127e7eecee89b8d199a799852206e115527dd205e1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6c100b9d8d61dced69e10896e745e9488fafa2878a225bf884c50a170cb87f5cdc8e8ec99365e16cf4b6c1a63b4855b870bb486072d91d27c1f5168a793295de
|
|
7
|
+
data.tar.gz: '096e43cc100a66788bf462c58e141c75880a3afc8b30ac397165e9b14a699c7cbbb544ce1bb3e235d0154a8128cd8cdc0729111ca6a6597bfa5c5620acd4db21'
|
|
@@ -339,9 +339,11 @@ module T::Private::Methods
|
|
|
339
339
|
nil
|
|
340
340
|
end
|
|
341
341
|
|
|
342
|
+
declaration_block.loc = nil
|
|
343
|
+
|
|
342
344
|
signature =
|
|
343
345
|
if current_declaration
|
|
344
|
-
build_sig(hook_mod, method_name, original_method, current_declaration
|
|
346
|
+
build_sig(hook_mod, method_name, original_method, current_declaration)
|
|
345
347
|
else
|
|
346
348
|
Signature.new_untyped(method: original_method)
|
|
347
349
|
end
|
|
@@ -358,7 +360,7 @@ module T::Private::Methods
|
|
|
358
360
|
.decl
|
|
359
361
|
end
|
|
360
362
|
|
|
361
|
-
def self.build_sig(hook_mod, method_name, original_method, current_declaration
|
|
363
|
+
def self.build_sig(hook_mod, method_name, original_method, current_declaration)
|
|
362
364
|
begin
|
|
363
365
|
# We allow `sig` in the current module's context (normal case) and
|
|
364
366
|
if hook_mod != current_declaration.mod &&
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: sorbet-runtime
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.5.
|
|
4
|
+
version: 0.5.10712
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Stripe
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-03-
|
|
11
|
+
date: 2023-03-11 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: minitest
|