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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/types/_types.rb +4 -0
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 11c59b019b7ce42aa152e6d65a26ad839df4e96f1cb8858636dc07012bbce806
4
- data.tar.gz: 8f7aa0fa48b1200857cd14135424da0e041277edba74deac73fa7995b3838788
3
+ metadata.gz: f96ee1f16599f075f006844d41c1133594b96ac26d37988b7d14c083fad4d0ea
4
+ data.tar.gz: 5b4a44c9f29f6b6a74008f572559d1db673725a367a793848d87bea7d33d7a94
5
5
  SHA512:
6
- metadata.gz: 9047e5f9388c8cd66f2c5e7c289adaebc22a26aa51b0cbdf7418a6b33ecf08ab5ef0b3ca2dc10d96f7bb83e7e16b5a189fb2b1349c3e975f5dae39b23860f7f4
7
- data.tar.gz: 7d98e50fa6dffd2928b3eb2ca24d46b34dcfdc81f4741297cc11b78a2f9ce9cf1ac2525f9d44414c085604fa0844352812846c0b1f154c109b4efb6fc5fba20c
6
+ metadata.gz: cd2203a86e1949dec145f310123dab400947c1f20458a366a67d62fef365434ca5fa09408d669e54f458bc6e4544629c153791d7f2fefe51c690dd1e5ad4f4b6
7
+ data.tar.gz: 47a783ad46a5313edf477fad1a37ce5fce4e74ce7250e851ef9518181a25e94c132cc0bb581d420c08f663dbf895d0f59f0f19744fa5a9aaa6ce1380e0ec8aa2
@@ -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.5136
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 00:00:00.000000000 Z
11
+ date: 2019-12-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: minitest