mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* 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
This commit is contained in:
parent
8edab1a9b4
commit
edc03a2912
16 changed files with 154 additions and 17 deletions
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue