castwide / solargraph

A Ruby language server.
https://solargraph.org
MIT License
1.87k stars 154 forks source link

Fix scope() method call on wrong object #670

Closed apiology closed 12 months ago

apiology commented 1 year ago

Fixes #669

apiology commented 1 year ago

As an aside, I was kind of surprised that when I type checked call.rb that it didn't find the issue; name_pin is typed as Pin::Base which does not have a scope method 🤷

castwide commented 12 months ago

Thanks!