We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b492329 + c7f7eb5 commit e34679aCopy full SHA for e34679a
1 file changed
lib/tapioca/rbs/rewriter.rb
@@ -26,7 +26,7 @@ module ISeq
26
module InstructionSequenceMixin
27
#: (String) -> RubyVM::InstructionSequence
28
def load_iseq(path)
29
- super
+ super if defined?(super)
30
end
31
32
0 commit comments