Class: MessageBox::YesNo
- Inherits:
-
MessageBox
- Object
- MessageBox
- MessageBox::YesNo
- Defined in:
- lib/messagebox/yesno.rb
Instance Method Summary collapse
-
#initialize(title, text) ⇒ YesNo
constructor
A new instance of YesNo.
Methods inherited from MessageBox
Constructor Details
#initialize(title, text) ⇒ YesNo
Returns a new instance of YesNo.
3 4 5 |
# File 'lib/messagebox/yesno.rb', line 3 def initialize(title, text) super(title, text, 0x24) end |