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:
parent
807114dd4d
commit
4d3e3c2550
1 changed files with 0 additions and 1 deletions
|
@ -229,7 +229,6 @@ module Forwardable
|
|||
end
|
||||
end;
|
||||
|
||||
puts str
|
||||
vm.compile(str, __FILE__, __FILE__, line_no,
|
||||
trace_instruction: false,
|
||||
tailcall_optimization: true)
|
||||
|
|
Loading…
Reference in a new issue