issues
search
thoughtbot
/
yuri-ita
Create powerful interfaces for filtering, searching, and sorting collections of items.
MIT License
85
stars
5
forks
source link
Use Ruby function shorthand and apply standard linting
#376
Closed
louis-antonopoulos
closed
2 weeks ago
louis-antonopoulos
commented
2 weeks ago
This PR:
Implements Ruby shorthand for method calls (e.g.,
new(method:) instead of new(method: method)
Applies linting via
Standard Ruby
This PR:
new(method:) instead of new(method: method)