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



22
23
24
# File 'lib/vernacular.rb', line 22

def load_iseq(filepath)
  ::Vernacular::SourceFile.load_iseq(filepath)
end