Method: RETerm::Components::ButtonBox#close!
- Defined in:
- lib/reterm/components/button_box.rb
#close! ⇒ Object
37 38 39 40 41 42 43 |
# File 'lib/reterm/components/button_box.rb', line 37 def close! .erase .finalize! window.erase window.finalize! end |