vcr/vcr

Code Style: avoid hashrocket for Symbol keys in hashes

Closed

#1,068 opened on Jan 21, 2026

 (2 comments) (0 reactions) (0 assignees)Ruby (507 forks)batch import
good first issuehelp wanted

Repository metrics

Stars
 (6,056 stars)
PR merge metrics
 (Avg merge 10h 30m) (1 merged PR in 30d)

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