-
Ryuta Kamizono authored
`split(/\s*,\s*/)` to order args and then `permit.match?` one by one is much slower than `permit.match?` once.
Ryuta Kamizono authored`split(/\s*,\s*/)` to order args and then `permit.match?` one by one is much slower than `permit.match?` once.
Loading