vcr/vcr

Code Style: avoid hashrocket for Symbol keys in hashes

Open

#1068 opened on Jan 21, 2026

View on GitHub
 (2 comments) (0 reactions) (0 assignees)Ruby (6,056 stars) (507 forks)batch import
good first issuehelp wanted

Description

I read some code, and saw that => was in use for Hash. For Symbol keys we can use : instead.

  • code
  • YAML that has code in it (feature tests)
  • style rules in tools

Trivia: the hashrocket is called Fat Comma in other languages.

To help, make a complete change, open a PR.

Contributor guide