Skip to content

Instantly share code, notes, and snippets.

@KCErb
Created January 19, 2014 15:32
Show Gist options
  • Select an option

  • Save KCErb/8506417 to your computer and use it in GitHub Desktop.

Select an option

Save KCErb/8506417 to your computer and use it in GitHub Desktop.
class EQBuddy < Shoes
button "Begin the Testing!" do
alert "Hello EQBuddy"
end
end
Shoes.app width: 100, height: 100, title: "EQBuddy"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment