sorbet-runtime 0.4.4297 → 0.4.4298
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/props/_props.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: 072d964bbbd7bcf8004d73020b52df8eff33331c
|
|
4
|
+
data.tar.gz: aa6d1bfdb8f64cfe5815c13f50d1263ef535b572
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: da2e95ed442095505d3d49f5238121d4655040b098370039e7873f1237a5f87a06c7300cb194322bda8c507c7a0483c69a71f4b683a3be44c2ab7447e8a3ec05
|
|
7
|
+
data.tar.gz: 0de7c27e71726a4165dded06b9a26fb08ce269f532de3e24d76ec36c9ad1a238aaea8d9124d01831becd4e1089350c2bfc7c16b484b1c878b7e6e93ad1763a7f
|
data/lib/types/props/_props.rb
CHANGED
|
@@ -87,7 +87,7 @@ module T::Props
|
|
|
87
87
|
# hash. This will not affect objects loaded by {.from_hash}.
|
|
88
88
|
# @option rules [Proc] :factory A `Proc` that will be called to
|
|
89
89
|
# generate an initial value for this prop on {#initialize}, if
|
|
90
|
-
# none is
|
|
90
|
+
# none is provided.
|
|
91
91
|
# @option rules [T::Boolean] :immutable If true, this prop cannot be
|
|
92
92
|
# modified after an instance is created or loaded from a hash.
|
|
93
93
|
# @option rules [Class,T::Props::CustomType] :array If set, specifies the
|