Module: Vernacular::InstructionSequenceMixin

Defined in:
lib/vernacular.rb

Overview

Module that gets included into ‘RubyVM::InstructionSequence` in order to hook into the require process.

Instance Method Summary collapse

Instance Method Details

#load_iseq(filepath) ⇒ Object



24
25
26
# File 'lib/vernacular.rb', line 24

def load_iseq(filepath)
  ::Vernacular::SourceFile.load_iseq(filepath) if filepath != PARSER_PATH
end