class MessageBox class Warning < MessageBox def initialize(title, text) super(title, text, 0x30) end end class Warn < Warning; end end