From aaefbed598ffd43f091383d718d4ffe4f5bfb12d Mon Sep 17 00:00:00 2001 From: Ary Rabelo Date: Wed, 26 Aug 2026 06:02:31 -0300 Subject: [PATCH] Define AbstractMethodInvokedError within RubyIndexer::Entry instead of relying on RubyLsp's constant --- lib/ruby_indexer/lib/ruby_indexer/entry.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/ruby_indexer/lib/ruby_indexer/entry.rb b/lib/ruby_indexer/lib/ruby_indexer/entry.rb index e5946b9c29..3e55c1db28 100644 --- a/lib/ruby_indexer/lib/ruby_indexer/entry.rb +++ b/lib/ruby_indexer/lib/ruby_indexer/entry.rb @@ -3,6 +3,8 @@ module RubyIndexer class Entry + class AbstractMethodInvokedError < StandardError; end + #: Configuration attr_reader :configuration