gogotanaka / Rubype

:dromedary_camel: Super simple, clean. Contracts for Ruby
http://gogotanaka.github.io/rubype.github.io/
377 stars 14 forks source link

Respect private and protected method visibility #25

Closed janlelis closed 9 years ago

janlelis commented 9 years ago

As brought up in #17, method visibility is not respected.

This PR adds support for proper method visibiltiy.

gogotanaka commented 9 years ago

@janlelis HI! I really like your implementation!

I just leave some comments, please check it.

gogotanaka commented 9 years ago

@janlelis sorry, My merging https://github.com/gogotanaka/Rubype/pull/27 causes a conflict, please figure it out.

janlelis commented 9 years ago

I rebased to latest develop, should now work

gogotanaka commented 9 years ago

@janlelis committed https://github.com/gogotanaka/Rubype/commit/e1cc021fe930a474daa0a898019a0ee778fc6c0c

thanks!