From: alexey.muranov@... Date: 2014-05-05T20:43:00+00:00 Subject: [ruby-core:62404] [CommonRuby - Feature #9804] File::CREATE as a synonym for File::CREAT Issue #9804 has been updated by Alexey Muranov. I do not think this increases human overhead to learn: CREATE is an English word, CREAT is not. This would allow me to avoid writing in my code File::CREATE = File::CREAT ---------------------------------------- Feature #9804: File::CREATE as a synonym for File::CREAT https://bugs.ruby-lang.org/issues/9804#change-46558 * Author: Alexey Muranov * Status: Open * Priority: Normal * Assignee: * Category: * Target version: ---------------------------------------- I would like to have `File::CREATE` as a synonym for `File::CREAT`. -- https://bugs.ruby-lang.org/