Class: RubyVM::InstructionSequence

Inherits:
Object
  • Object
show all
Defined in:
sig/rubyvm.rbs

Class Method Summary collapse

Class Method Details

.compileRubyVM::InstructionSequence

Parameters:

  • source (String)
  • file (String, nil)
  • path (String, nil)
  • line (Integer, nil)
  • freeze: (Boolean)
  • options (Object)

Returns:



3
# File 'sig/rubyvm.rbs', line 3

def self.compile: (String source, ?String? file, ?String? path, ?Integer? line, ?freeze: bool, **untyped options) -> RubyVM::InstructionSequence