Skip to content

Commit

Permalink
Merge pull request #1132 from ksss/const
Browse files Browse the repository at this point in the history
Add missing constant for IO
  • Loading branch information
soutaro authored Nov 7, 2022
2 parents 6820831 + 3624dcc commit 4e81909
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions core/io.rbs
Original file line number Diff line number Diff line change
Expand Up @@ -2984,6 +2984,12 @@ IO::TRUNC: Integer

IO::WRONLY: Integer

IO::READABLE: Integer

IO::WRITABLE: Integer

IO::PRIORITY: Integer

# <!-- rdoc-file=io.c -->
# exception to wait for reading by EAGAIN. see IO.select.
#
Expand Down

0 comments on commit 4e81909

Please sign in to comment.