class MessageBox class YesNo < MessageBox def initialize(title, text) super(title, text, 0x24) end end end