⚲
Project
General
Profile
Sign in
Register
Home
Projects
Help
Search
:
Ruby master
All Projects
Ruby
»
Ruby master
Overview
Activity
Roadmap
Issues
Repository
Like
Download (210 Bytes)
Bug #8543
» iseq-load-test3.rb
Program which calls RubyVM::InstructionSequence.load -
spatulasnout (B Kelly)
, 04/16/2014 10:03 AM
# per: [ruby-core:55557] [ruby-trunk - misc #8543][Open] rb_iseq_load
iseq
=
RubyVM
::
InstructionSequence
.
compile_file
(
"./iseq-load-test3-file.rb"
)
iseq
=
RubyVM
::
InstructionSequence
.
load
(
iseq
.
to_a
)
iseq
.
eval
« Previous
1
2
3
4
5
6
Next »
(3-3/6)
Loading...