toland / patron

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

Re-document the gem using YARD #105

Closed julik closed 8 years ago

julik commented 8 years ago

This is somewhat of a work-in-progress but it could help to sync up to master so that the subsequent changes are less intrusive.

There is also a couple of smaller fixes introduced as I went through the various options that popped up as being unclear, or as being up for update. I also took the liberty to rename one private method (because, hey! private).

Implementation according to #101

toland commented 8 years ago

Very nice work. Since this is mostly documentation, I am going to go ahead and merge. Thanks, @julik!