1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

follow r53691

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53719 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
kazu 2016-02-02 13:01:09 +00:00
parent 10eef96df4
commit 59e8cd3ea0

View file

@ -58,7 +58,7 @@ class RubyVM::InstructionSequence
begin
iseq.to_binary
rescue RuntimeError # not a toplevel
# STDERR.puts [:failed, e, iseq].inspect
# STDERR.puts [:failed, $!, iseq].inspect
nil
end
},