toland / patron

Ruby HTTP client based on libcurl
http://toland.github.com/patron/
MIT License
541 stars 74 forks source link

Avoid Ruby warning `*' interpreted as argument prefix #177

Closed olleolleolle closed 4 years ago

olleolleolle commented 4 years ago

This PR adds parentheses, in order to avoid Ruby emitting a warning

`*' interpreted as argument prefix

Hope this helps!

toland commented 4 years ago

Nice. Thanks!