Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions core/builtin.rbs
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,7 @@ type int = Integer | _ToInt

# Represents a `Float`, or a type convertible to it (via `.to_f`).
#
%a{deprecated: Use `_ToF` directly}
type float = Float | _ToF

# Represents a `Range[T]`, or a type that acts like it (via `.begin`, `.end`, and `.exclude_end?`).
Expand Down