Guest User

Untitled

a guest
Feb 19th, 2018
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. def parse_my_data
  2. send_data "foo"
  3. if {received_data} == "bar"
  4. send_data "success!"
  5. end
Add Comment
Please, Sign In to add comment