[ci skip] More docs for InstructionSequence.compile
This commit documents that you can also pass a File object to RubyVM::InstructionSequence.compile, instead of a string, and this
will behave in a similar way to RubyVM::InstructionSequence.compile_file
[ci skip] More docs for InstructionSequence.compile
This commit documents that you can also pass a
File
object toRubyVM::InstructionSequence.compile
, instead of a string, and thiswill behave in a similar way to
RubyVM::InstructionSequence.compile_file
e.g.
This is explicitly allowed by this code path in
rb_iseq_compile_with_option
so we should document it.