* typo
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@5143 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
7bc53bf0f6
commit
31963249b9
@ -20,12 +20,12 @@ class TkAlignBox < TkFrame
|
|||||||
end
|
end
|
||||||
|
|
||||||
def _set_framesize
|
def _set_framesize
|
||||||
fail RuntimeError, "TkAlignBox is an abstruct class"
|
fail RuntimeError, "TkAlignBox is an abstract class"
|
||||||
end
|
end
|
||||||
private :_set_framesize
|
private :_set_framesize
|
||||||
|
|
||||||
def _place_config(widget, idx, cnt)
|
def _place_config(widget, idx, cnt)
|
||||||
fail RuntimeError, "TkAlignBox is an abstruct class"
|
fail RuntimeError, "TkAlignBox is an abstract class"
|
||||||
end
|
end
|
||||||
private :_place_config
|
private :_place_config
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user