Actions
Feature #427
closedFileTest return values
Description
=begin
It would be more convenient if FileTest.directory? and FileTest.file? and perhaps some other FileTest methods returned the receiver if true, rather than just true value. That would allow the test to be used with assignments. E.g.
dir = FileTest.directory?('/home')
instead of
dir = '/home' if FileTest.directory?('/home')
The change is backward compatible. However, it would effect Pathname, which may need to be adjusted to take this into account properly.
=end
Updated by ko1 (Koichi Sasada) about 16 years ago
- Assignee set to matz (Yukihiro Matsumoto)
=begin
=end
Updated by matz (Yukihiro Matsumoto) about 16 years ago
- Status changed from Open to Rejected
=begin
this is short, but unintuitive, I think.
=end
Actions
Like0
Like0Like0