Skip to content

Instantly share code, notes, and snippets.

Created March 18, 2016 22:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/5accc447006a07e31b0a to your computer and use it in GitHub Desktop.
Save anonymous/5accc447006a07e31b0a to your computer and use it in GitHub Desktop.
Shoes.app :width => 500, :height => 500, :title => "KinCom" do
@b1 = button do
end
@b1.click{
f = File.open("tester.txt", "r")
@text = f.read
}
if @b1.click
para @text
else
para "nuttin'"
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment