|
|
|
|
|
by dankohn1
4254 days ago
|
|
Could I also highly recommend making your project Rubocop-clean, and using pronto to run Rubocop on your CI server and make comments on your commits in Github. Rubocop warns against any methods you define that are not used at least once. |
|