Advertisement
Guest User

Untitled

a guest
Jan 25th, 2016
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. <Chat id: 7, private: true, title: "Private Chat", created_at: "2016-01-25 08:50:03", updated_at: "2016-01-25 08:50:03", user_id: 1, privatemail: "darelvc@gmail.com, istokvc@gmail.com">
  2.  
  3. "darelvc@gmail.com, istokvc@gmail.com"
  4.  
  5. chat.split(", ").uniq!
  6.  
  7. ["element@gmail.com", "darelvc@gmail.com"]
  8.  
  9. chat_new = chat.privatemail.split(", ").uniq
  10. => ["darelvc@gmail.com", "istokvc@gmail.com"]
  11.  
  12. 2.2.1 :020 > chat_new.all? {|element| chat_new.include?("darelvc@gmail.com")}
  13. => true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement