1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@5143 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nagai 2003-12-09 00:49:23 +00:00
parent 7bc53bf0f6
commit 31963249b9

View file

@ -20,12 +20,12 @@ class TkAlignBox < TkFrame
end
def _set_framesize
fail RuntimeError, "TkAlignBox is an abstruct class"
fail RuntimeError, "TkAlignBox is an abstract class"
end
private :_set_framesize
def _place_config(widget, idx, cnt)
fail RuntimeError, "TkAlignBox is an abstruct class"
fail RuntimeError, "TkAlignBox is an abstract class"
end
private :_place_config