Very Basic Help Accessing Folder

Hi,

I’m new to Ruby and am currently following the book “Beginning Ruby” but
am having issues on Chapter 3, accessing and running Source Code.

From the pic attached, I’m trying to access the “Documents” Folder using
the terminal(OS X). I receive the error message “No Such file Found”

Can anyone help?

Pic is attached, again, I am very new to this

Would you not just say:

cd Documents

Without the tilde and backslash? If you are not sure where you are, use
the command pwd and see what exists where you are with ls.

Try with a space: cd ~/Documents. You are doing cd~/Documents.