General

Profile

mmeltner (Michael Meltner)

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 0 1 1

Activity

03/02/2013

01:44 AM Ruby Bug #7995 (Closed): RubyVM::InstructionSequence to_a not working for blocks
Hello,
I try to convert this code into an array via RubyVM::InstructionSequence:
-----
def test
yield
end
test do
puts "hi there"
end
-----
then read it back via "iseq_s_load".
This causes an error that there is no blo...
mmeltner (Michael Meltner)

Also available in: Atom