Extracts the files in this package into destination_dir
Returns the HTTP status description
A FormData
will behave like an Array
For debugging output
Load an iseq object from binary format String object created by RubyVM::InstructionSequence.to_binary
.
This loader does not have a verifier, so that loading broken/modified binary causes critical problem.
You should not load binary data provided by others. You should use binary data translated by yourself.
Experimental MRI specific feature, only available as C level api.
Returns all specified_line
events.
Experimental MRI specific feature, only available as C level api.
Set
a specified_line
event at the given line position, if the set
parameter is true
.
This method is useful for building a debugger breakpoint at a specific line.
A TypeError
is raised if set
is not boolean.
If pos
is a negative integer a TypeError
exception is raised.
Set
the default value for the :argc_limit option.
See new(). The initial default value is 256.