module Vernacular::InstructionSequenceMixin
Module that gets included into `RubyVM::InstructionSequence` in order to hook into the require process.
Public Instance Methods
load_iseq(filepath)
click to toggle source
# File lib/vernacular.rb, line 22 def load_iseq(filepath) ::Vernacular::SourceFile.load_iseq(filepath) end