Class: MessageBox::Information

Inherits:
MessageBox show all
Defined in:
lib/messagebox/information.rb

Instance Method Summary collapse

Methods inherited from MessageBox

show, #show

Constructor Details

#initialize(title, text) ⇒ Information

Returns a new instance of Information.



3
4
5
# File 'lib/messagebox/information.rb', line 3

def initialize(title, text)
  super(title, text, 0x40)
end