We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 66d2eac + 93a5f73 commit c30f46bCopy full SHA for c30f46b
1 file changed
core/builtin.rbs
@@ -225,6 +225,7 @@ type int = Integer | _ToInt
225
226
# Represents a `Float`, or a type convertible to it (via `.to_f`).
227
#
228
+%a{deprecated: Use `_ToF` directly}
229
type float = Float | _ToF
230
231
# Represents a `Range[T]`, or a type that acts like it (via `.begin`, `.end`, and `.exclude_end?`).
0 commit comments