Join / concatenate file system path
-
Path
path = Path.new("one", "two", "welcome.txt")
puts path # one/two/welcome.txt
Press ← or → to navigate between chapters
Press S or / to search in the book
Press ? to show this help
Press Esc to hide this help
Path
path = Path.new("one", "two", "welcome.txt")
puts path # one/two/welcome.txt