Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add argument to satisfy typechecker on which signature to use
This gets rid of a typecheck error on the solargraph codebase--the RBS for the method called has two signatures, and without the additional argument in the call neither signature is satisified. It works in practice because the single implementation already defaults this 'version' argument to nil.
- Loading branch information