Closed shivamvinsol closed 3 years ago
While going through the code, noticed some lint errors. Variables were defined, but unused. Ruby syntax suggests to prefix such variables with _.
_
https://github.com/rubocop/ruby-style-guide
No need
closing due to no activity.
Changes
While going through the code, noticed some lint errors. Variables were defined, but unused. Ruby syntax suggests to prefix such variables with
_
.References
https://github.com/rubocop/ruby-style-guide
Testing
No need
Checklist