sorbet-runtime 0.4.5136 → 0.4.5140
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/_types.rb +4 -0
- 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: f96ee1f16599f075f006844d41c1133594b96ac26d37988b7d14c083fad4d0ea
|
|
4
|
+
data.tar.gz: 5b4a44c9f29f6b6a74008f572559d1db673725a367a793848d87bea7d33d7a94
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: cd2203a86e1949dec145f310123dab400947c1f20458a366a67d62fef365434ca5fa09408d669e54f458bc6e4544629c153791d7f2fefe51c690dd1e5ad4f4b6
|
|
7
|
+
data.tar.gz: 47a783ad46a5313edf477fad1a37ce5fce4e74ce7250e851ef9518181a25e94c132cc0bb581d420c08f663dbf895d0f59f0f19744fa5a9aaa6ce1380e0ec8aa2
|
data/lib/types/_types.rb
CHANGED
|
@@ -65,6 +65,10 @@ module T
|
|
|
65
65
|
T::Types::SelfType.new
|
|
66
66
|
end
|
|
67
67
|
|
|
68
|
+
# TODO(jez) Matches the instance type in a singleton-class context
|
|
69
|
+
def self.attached_class
|
|
70
|
+
T::Types::AttachedClassType.new
|
|
71
|
+
end
|
|
68
72
|
# Matches the instance type in a singleton-class context
|
|
69
73
|
def self.experimental_attached_class
|
|
70
74
|
T::Types::AttachedClassType.new
|
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.4.
|
|
4
|
+
version: 0.4.5140
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Stripe
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2019-12-
|
|
11
|
+
date: 2019-12-14 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: minitest
|