QuackatronHQ / Gigarepo

Use size instead of count RB-PR1020
Performance
Major
a month agoa year old
Use size instead of count.
72
73
74# Raises "Use `size` instead of `count`"
75[1, 2, 3].count76
77file_path = 'path/to/some/file'
78unless File.exist?(file_path)