Kong / unirest-ruby

Unirest in Ruby: Simplified, lightweight HTTP client library.
http://unirest.io/ruby
MIT License
364 stars 81 forks source link

Make unirest-ruby more idiomatically Ruby #3

Closed halostatue closed 11 years ago

halostatue commented 11 years ago

Class::method or Module::method are not idiomatic Ruby. Use Class.method and Module.method instead.

subnetmarco commented 11 years ago

Thanks