pghalliday (Peter Halliday)
- Login: pghalliday
- Email: pghalliday@gmail.com
- Registered on: 08/25/2014
- Last sign in: 01/20/2020
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 1 | 0 | 1 |
Activity
08/25/2014
-
03:26 PM Ruby Feature #10168 (Open): Native Object#inspect method should single quote strings that don't need to be double quoted
- When these strings get printed, copied and pasted into source code, RuboCop will complain, eg:
spec/recipes/default_spec.rb:23:24: C: Prefer single-quoted strings when you don't need string interpolation or special symbols.
...