66 67 68 69 70 71
# File 'lib/rabbit/frame.rb', line 66 def quit @running = false @window.destroy unless destroyed? @window = nil true end