diminish7 / rave

A Google Wave robot client framework for Ruby
http://github.com/diminish7/rave
MIT License
62 stars 8 forks source link

Ensure methods return sensible result #23

Closed bil-bas closed 14 years ago

bil-bas commented 14 years ago

Many methods, even those exposed as the API return underlying data, usually as a byproduct of the last statement in the method. Methods should generally return a specific value or nil.

diminish7 commented 14 years ago

Looks like most of this was done already. I added a return in a couple of places, and I think that covers it.