sorbet-runtime 0.4.4259 → 0.4.4260
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 +1 -1
- data/lib/types/sig.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 966ae5d01529f0f23d832982c0610981e55f2558
|
|
4
|
+
data.tar.gz: 4fff6f0c3373ed9537411c9364b0cc5c7ab51a16
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c48b17fdde9e5835fffce389e2edb6dbccd06f5af0695ba1796ce098ccd81dab92a1cdfb9dcf25c946e014fb7f05d0c61eac231089c5f07c2e961abb49eb67fb
|
|
7
|
+
data.tar.gz: 6c56da62a92c742e2e43b11f2094f282a3729d5d3ebc02af82febb17aba89d1e0d6aae19286a3d5063f11da6a9b64fafe8517ec8c77f681ea6d3ed08e6880f90
|
data/lib/types/_types.rb
CHANGED
data/lib/types/sig.rb
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
# rubocop:disable PrisonGuard/NoTopLevelDeclarations, PrisonGuard/PackageMatchesDirectory
|
|
4
4
|
|
|
5
5
|
# Used as a mixin to any class so that you can call `sig`.
|
|
6
|
-
# Docs at
|
|
6
|
+
# Docs at https://sorbet.org/docs/sigs
|
|
7
7
|
module T::Sig
|
|
8
8
|
module WithoutRuntime
|
|
9
9
|
# At runtime, does nothing, but statically it is treated exactly the same
|