From b2120c57d231f22dc6dd58d9bdb5e0faba8913e8 Mon Sep 17 00:00:00 2001 From: S-H-GAMELINKS Date: Wed, 21 Jul 2021 16:35:23 +0900 Subject: [PATCH] Hide to `instance variable not initialized` waring --- lib/typeprof/analyzer.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/typeprof/analyzer.rb b/lib/typeprof/analyzer.rb index ccfc9bcda..c10c3c4a9 100644 --- a/lib/typeprof/analyzer.rb +++ b/lib/typeprof/analyzer.rb @@ -286,6 +286,7 @@ def initialize @anonymous_struct_gen_id = 0 @types_being_shown = [] + @namespace = nil end def add_entrypoint(iseq)