Skip to content

Instantly share code, notes, and snippets.

@denysonique
Created March 28, 2012 22:48
Show Gist options
  • Save denysonique/2231247 to your computer and use it in GitHub Desktop.
Save denysonique/2231247 to your computer and use it in GitHub Desktop.
menu = Menu.new
menu << 'Quit' do
$app.quit
end
#this appends a menu item 'Quit' which exits the application when clicked
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment