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

ruby-changes:26494

From: zzak <ko1@a...>
Date: Sat, 22 Dec 2012 02:36:26 +0900 (JST)
Subject: [ruby-changes:26494] zzak:r38545 (trunk): * lib/irb/slex.rb(#match): Typo, should be D_DETAIL

zzak	2012-12-22 02:36:14 +0900 (Sat, 22 Dec 2012)

  New Revision: 38545

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=38545

  Log:
    * lib/irb/slex.rb(#match): Typo, should be D_DETAIL
      [ruby-core:51071] [Bug#7600]

  Modified files:
    trunk/ChangeLog
    trunk/lib/irb/slex.rb

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 38544)
+++ ChangeLog	(revision 38545)
@@ -1,3 +1,8 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1
+Sat Dec 22 02:35:00 2012  Zachary Scott  <zachary@z...>
+
+	* lib/irb/slex.rb(#match): Typo, should be D_DETAIL
+	  [ruby-core:51071] [Bug#7600]
+
 Sat Dec 22 02:29:00 2012  Zachary Scott  <zachary@z...>
 
 	* lib/irb/input-method.rb, lib/irb.rb: Typo in
Index: lib/irb/slex.rb
===================================================================
--- lib/irb/slex.rb	(revision 38544)
+++ lib/irb/slex.rb	(revision 38545)
@@ -76,7 +76,7 @@ module IRB https://github.com/ruby/ruby/blob/trunk/lib/irb/slex.rb#L76
 	return @head.match_io(token)
       end
       ret = @head.match(token)
-      D_DETAIL.exec_if{D_DEATIL.printf "match end: %s:%s\n", ret, token.inspect}
+      D_DETAIL.exec_if{D_DETAIL.printf "match end: %s:%s\n", ret, token.inspect}
       ret
     end
 

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

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