Skip to content

Instantly share code, notes, and snippets.

@vangberg
Created August 20, 2008 08:56
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 vangberg/6346 to your computer and use it in GitHub Desktop.
Save vangberg/6346 to your computer and use it in GitHub Desktop.
def parse_my_data
send_data "foo"
if {received_data} == "bar"
send_data "success!"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment