Guest User

Untitled

a guest
Jul 21st, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. def interests_text
  2. interests = []
  3. interests << 'Design' if 'design'
  4. interests << 'Web Development' if 'web'
  5. interests << 'Mobile Development' if 'mobile'
  6. interests << 'Strategy' if 'strategy'
  7. interests << 'Products' if 'products'
  8. interests << 'Other' if 'other'
  9. interests
  10. end
Add Comment
Please, Sign In to add comment