class MessageBox::Information

Public Class Methods

new(title, text) click to toggle source
Calls superclass method MessageBox::new
# File lib/messagebox/information.rb, line 3
def initialize(title, text)
  super(title, text, 0x40)
end