Class: MessageBox::Information
- Inherits:
-
MessageBox
- Object
- MessageBox
- MessageBox::Information
- Defined in:
- lib/messagebox/information.rb
Instance Method Summary collapse
-
#initialize(title, text) ⇒ Information
constructor
A new instance of Information.
Methods inherited from MessageBox
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 |