Nogbit

Untitled

Aug 28th, 2013
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Ruby 0.13 KB | None | 0 0
  1. #pwsData and gwsData are both class Hash
  2. #person is an array
  3.  
  4. if !gwsData.member?(person[0])
  5.   pwsData.delete(person[0])
  6. end
Advertisement
Add Comment
Please, Sign In to add comment