ruby_language_server
ruby_language_server copied to clipboard
Be smart about classes declared more than once
class Foo def method_one; end end class Foo def method_two; end end
foo.method - should get one & two