File.path(path) â string
Class Public methods
Returns the string representation of the path
1 2 | File .path( "/dev/null" ) #=> "/dev/null" File .path(Pathname. new ( "/tmp" )) #=> "/tmp" |
Returns the string representation of the path
1 2 | File .path( "/dev/null" ) #=> "/dev/null" File .path(Pathname. new ( "/tmp" )) #=> "/tmp" |
Designed by : w10schools
service@w10schools.com
Please login to continue.