Actions
Bug #9996
closeddocument File.join returns a string
Bug #9996:
document File.join returns a string
Description
Duplicates: https://github.com/ruby/ruby/pull/646
The documented return from File.join
is path
. This patch changes it
to string
to avoid confusion with Pathname#join
, which returns a
Pathname
object.
Files
Actions