Actions
Feature #9804
openFile::CREATE as a synonym for File::CREAT
Feature #9804:
File::CREATE as a synonym for File::CREAT
Status:
Open
Assignee:
-
Target version:
-
Description
I would like to have File::CREATE as a synonym for File::CREAT.
Updated by normalperson (Eric Wong) over 12 years ago
alexey.muranov@gmail.com wrote:
I would like to have
File::CREATEas a synonym forFile::CREAT.
At least give a reason for wanting this...
Fwiw, I am against adding more aliases/synonyms to core.
They increases human overhead to learn, and machine overhead to
store/cache.
New aliases will also confuse users on old versions who may browse
the web and find the new documentation.
On a side note, perhaps we should start adding a line like:
"This was added in Ruby X.Y.Z" in our RDoc for new features.
This is common in manpages, AFAICS.
Updated by alexeymuranov (Alexey Muranov) over 12 years ago
Updated by hsbt (Hiroshi SHIBATA) over 4 years ago
- Project changed from 14 to Ruby
Actions