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
|
@ -2,6 +2,9 @@
|
|||
# a dialog box with a global grab (called by 'widget')
|
||||
#
|
||||
class TkDialog_Demo2 < TkDialog
|
||||
###############
|
||||
private
|
||||
###############
|
||||
def title
|
||||
"Dialog with global grab"
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue