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

ruby-changes:41268

From: a_matsuda <ko1@a...>
Date: Sun, 27 Dec 2015 18:59:06 +0900 (JST)
Subject: [ruby-changes:41268] a_matsuda:r53340 (trunk): ivar name typo in a Tk sample

a_matsuda	2015-12-27 18:58:58 +0900 (Sun, 27 Dec 2015)

  New Revision: 53340

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

  Log:
    ivar name typo in a Tk sample
    
    * ext/tk/sample/tktextio.rb: @opne => @open

  Modified files:
    trunk/ext/tk/sample/tktextio.rb
Index: ext/tk/sample/tktextio.rb
===================================================================
--- ext/tk/sample/tktextio.rb	(revision 53339)
+++ ext/tk/sample/tktextio.rb	(revision 53340)
@@ -421,7 +421,7 @@ class TkTextIO < TkText https://github.com/ruby/ruby/blob/trunk/ext/tk/sample/tktextio.rb#L421
     nil
   end
   def close_write
-    @open[:w] = false if @opne[:w]
+    @open[:w] = false if @open[:w]
     nil
   end
 

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

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