Support more meta programmings for prototype rb by pocke · Pull Request #481 · ruby/rbs

rbs protoype rb will be aware of private, public, and module_function by this pull request. For example: # ruby code module M def foo end module_function def bar end module_function ...