diff options
| author | nagai <nagai@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-12-09 14:38:15 +0000 |
|---|---|---|
| committer | nagai <nagai@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-12-09 14:38:15 +0000 |
| commit | 3e30d5452c75f4d18526870276eb82115c1df286 (patch) | |
| tree | ae22ede91660a9e74cd8282f2cf28aa0d1408118 /ext/tk/sample/tkoptdb.rb | |
| parent | bdaef7b528533e52e777b4b3ce757dad579238b9 (diff) | |
| download | ruby-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/sample/tkoptdb.rb')
| -rw-r--r-- | ext/tk/sample/tkoptdb.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/tk/sample/tkoptdb.rb b/ext/tk/sample/tkoptdb.rb index ab8515ac1..897701c22 100644 --- a/ext/tk/sample/tkoptdb.rb +++ b/ext/tk/sample/tkoptdb.rb @@ -33,6 +33,7 @@ cmd = TkOptionDB.new_proc_class(:BTN_CMD, [:show_msg, :bye_msg], 3) { print "==>#{str.tainted?} (<<< $SAFE=#{$SAFE}): " str end + private :__check_proc_string__ end } |
