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

forwardable.rb: remove debug print

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56217 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2016-09-23 12:16:00 +00:00
parent 807114dd4d
commit 4d3e3c2550

View file

@ -229,7 +229,6 @@ module Forwardable
end
end;
puts str
vm.compile(str, __FILE__, __FILE__, line_no,
trace_instruction: false,
tailcall_optimization: true)