Fix error of `module_function` for method that isn't defined at the same place by pocke · Pull Request #486 · ruby/rbs

I added module_function support to prototype rb in #481, but it is broken on module_function for method that isn't defined at the same place. This pull request fixes this problem. For example, ...