cookpad / arproxy

Arproxy is a proxy between ActiveRecord and database adapter
https://github.com/cookpad/arproxy
MIT License
327 stars 26 forks source link

Stop using `::` in void context #13

Closed mirakui closed 5 years ago

mirakui commented 5 years ago

From #12:

Actually, we're still seeing another warning warning: possibly useless use of :: in void context here, but I still can't come up with a great fix without breaking the intention of the code...