Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Be consistent with your hashes and arrays.
``` val = %W(hello world world) ``` ``` var = %W( hello world ) ``` ``` var = %W(hello world) ```
- Loading branch information