[前][次][番号順一覧][スレッド一覧]

ruby-changes:44144

From: nobu <ko1@a...>
Date: Fri, 23 Sep 2016 21:16:05 +0900 (JST)
Subject: [ruby-changes:44144] nobu:r56217 (trunk): forwardable.rb: remove debug print

nobu	2016-09-23 21:16:00 +0900 (Fri, 23 Sep 2016)

  New Revision: 56217

  https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=56217

  Log:
    forwardable.rb: remove debug print

  Modified files:
    trunk/lib/forwardable.rb
Index: lib/forwardable.rb
===================================================================
--- lib/forwardable.rb	(revision 56216)
+++ lib/forwardable.rb	(revision 56217)
@@ -229,7 +229,6 @@ module Forwardable https://github.com/ruby/ruby/blob/trunk/lib/forwardable.rb#L229
       end
     end;
 
-    puts str
     vm.compile(str, __FILE__, __FILE__, line_no,
                trace_instruction: false,
                tailcall_optimization: true)

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]