summaryrefslogtreecommitdiffstats
path: root/ext/tk/lib/tktext.rb
diff options
context:
space:
mode:
authornagai <nagai@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-12-09 14:38:15 +0000
committernagai <nagai@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-12-09 14:38:15 +0000
commit3e30d5452c75f4d18526870276eb82115c1df286 (patch)
treeae22ede91660a9e74cd8282f2cf28aa0d1408118 /ext/tk/lib/tktext.rb
parentbdaef7b528533e52e777b4b3ce757dad579238b9 (diff)
downloadruby-3e30d5452c75f4d18526870276eb82115c1df286.tar.gz
ruby-3e30d5452c75f4d18526870276eb82115c1df286.tar.xz
ruby-3e30d5452c75f4d18526870276eb82115c1df286.zip
* overrided instance methods, which are private methods on the super
class, are changed to 'private' git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5152 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/tk/lib/tktext.rb')
-rw-r--r--ext/tk/lib/tktext.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/ext/tk/lib/tktext.rb b/ext/tk/lib/tktext.rb
index d7cb055a4..44dc6cc3b 100644
--- a/ext/tk/lib/tktext.rb
+++ b/ext/tk/lib/tktext.rb
@@ -21,6 +21,8 @@ module TkTreatTextTagFont
self.path + ';' + tagOrId
end
end
+
+ private :__conf_cmd, :__item_pathname
end
class TkText<TkTextWin
@@ -57,6 +59,7 @@ class TkText<TkTextWin
end
init_instance_variable
end
+ private :create_self
def index(index)
tk_send 'index', index