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
Actions
Like0
Like0Like0