Class: RubyVM::InstructionSequence
- Inherits:
-
Object
- Object
- RubyVM::InstructionSequence
- Defined in:
- sig/rubyvm.rbs
Class Method Summary collapse
Class Method Details
.compile ⇒ RubyVM::InstructionSequence
3 |
# File 'sig/rubyvm.rbs', line 3
def self.compile: (String source, ?String? file, ?String? path, ?Integer? line, ?freeze: bool, **untyped options) -> RubyVM::InstructionSequence
|