Skip to content

Instantly share code, notes, and snippets.

@bronson
Forked from anonymous/tester.rb
Last active March 18, 2016 23:05
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 bronson/a5fddc59f277a2caa3f1 to your computer and use it in GitHub Desktop.
Save bronson/a5fddc59f277a2caa3f1 to your computer and use it in GitHub Desktop.
@b1 = button "Mjello?"
@para = para "please load some data"
@b1.click do
@para.replace File.read("tester.txt", "r"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment