From 346c8270426e2befddd79d824be2a038d05b5fab Mon Sep 17 00:00:00 2001 From: nijeeshjoshy Date: Thu, 27 Mar 2025 13:59:51 +0100 Subject: [PATCH] excluded Prism from sorbet todo --- sorbet/rbi/todo.rbi | 1 + 1 file changed, 1 insertion(+) diff --git a/sorbet/rbi/todo.rbi b/sorbet/rbi/todo.rbi index ad1daaf..de1a2a7 100644 --- a/sorbet/rbi/todo.rbi +++ b/sorbet/rbi/todo.rbi @@ -8,3 +8,4 @@ module T::CompatibilityPatches::RSpecCompatibility::MethodDoubleExtensions; end module T::CompatibilityPatches::RSpecCompatibility::RecorderExtensions; end module T::Private::Methods::MethodHooks; end module T::Private::Methods::SingletonMethodHooks; end +class Prism::LexCompat::Result; end \ No newline at end of file