I am creating a Ruby hash for movie names storage.
When the hash\'s keys are strings that contains whitespaces, it works just fine.
As in:
movies =
To make a symbol with spaces, enter a colon followed by a quoted String. For your example, you would enter:
movies = {:Avatar => 5, :'Lord of the rings' => 4, :Godfather => 4}