Class: MessageBox::Warning

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

Direct Known Subclasses

Warn

Instance Method Summary collapse

Methods inherited from MessageBox

show, #show

Constructor Details

#initialize(title, text) ⇒ Warning

Returns a new instance of Warning.



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

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