class MessageBox class Information < MessageBox def initialize(title, text) super(title, text, 0x40) end end end