aboutsummaryrefslogtreecommitdiffstats
path: root/lib/forwardable.rb
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-09-23 12:16:00 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-09-23 12:16:00 +0000
commit4d3e3c2550ca38ed23d3fb19cd86929b019efdf5 (patch)
tree1d449882f3932204a0a9c7fbd284139848ee92d5 /lib/forwardable.rb
parent807114dd4dcff456c808590b116cef055a555118 (diff)
downloadruby-4d3e3c2550ca38ed23d3fb19cd86929b019efdf5.tar.gz
forwardable.rb: remove debug print
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56217 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/forwardable.rb')
-rw-r--r--lib/forwardable.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/forwardable.rb b/lib/forwardable.rb
index ba8452f695..b94c9a3e61 100644
--- a/lib/forwardable.rb
+++ b/lib/forwardable.rb
@@ -229,7 +229,6 @@ module Forwardable
end
end;
- puts str
vm.compile(str, __FILE__, __FILE__, line_no,
trace_instruction: false,
tailcall_optimization: true)