Actions
Feature #7067
closedIO#reopen should accept File::Constants
Description
Hello,
I think IO#reopen should accept File::Constants because it is difficult to get mode string from File::Constants.
I have attached a patch.
Files
Updated by nobu (Nobuyoshi Nakada) about 12 years ago
- Assignee set to Glass_saga (Masaki Matsushita)
Seems fine to me.
Updated by Glass_saga (Masaki Matsushita) about 12 years ago
- File patch.diff patch.diff added
Sorry, I made a mistake.
The patch is untabified code.
I have attached tabified one.
Updated by nobu (Nobuyoshi Nakada) about 12 years ago
- Status changed from Open to Closed
- % Done changed from 0 to 100
This issue was solved with changeset r37041.
Masaki, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
io.c: IO#reopen int mode
- io.c (rb_io_reopen): accept File::Constants as well as mode string.
based on the patch by Glass_saga (Masaki Matsushita) in
[ruby-core:47694]. [Feature #7067]
Actions
Like0
Like0Like0Like0