From edc03a2912b60f319d5b424460f385c9926d3e37 Mon Sep 17 00:00:00 2001 From: nagai Date: Tue, 9 Dec 2003 14:38:15 +0000 Subject: * overrided instance methods, which are private methods on the super class, are changed to 'private' git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@5152 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/tk/sample/tktextframe.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'ext/tk/sample/tktextframe.rb') diff --git a/ext/tk/sample/tktextframe.rb b/ext/tk/sample/tktextframe.rb index d1076c5b72..78efdf0970 100644 --- a/ext/tk/sample/tktextframe.rb +++ b/ext/tk/sample/tktextframe.rb @@ -51,6 +51,7 @@ class TkTextFrame < TkText # do configure configure keys unless keys.empty? end + private :initialize_composite # set background color of text widget def textbackground(color = nil) -- cgit v1.2.3