- Comprehensive Ruby Programming
- Jordan Hudgens
- 42字
- 2021-07-02 21:13:25
Missing quotation marks

In the preceding code, I tried to simply declare a string without wrapping it in quotation marks. As you can see, this results in an error. This error is because Ruby thinks that the values are classes and methods.