Guest User

Untitled

a guest
Jan 21st, 2018
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.09 KB | None | 0 0
  1. def add_stack
  2. stack do
  3. para "hey!"
  4. end
  5. end
  6.  
  7. Shoes.app do
  8. add_stack
  9. add_stack
  10. end
Add Comment
Please, Sign In to add comment