Skip to content

Instantly share code, notes, and snippets.

@D3MZ
Created March 19, 2013 05:12
Show Gist options
  • Save D3MZ/5193856 to your computer and use it in GitHub Desktop.
Save D3MZ/5193856 to your computer and use it in GitHub Desktop.
@coll = MongoClient.new('localhost', 27017)['db_name']['collection_name']
already_emailed = Array.new
@coll.find("$and"=>[{"email"=>{"$not"=>{"$in"=>already_emailed}}},{"email"=>{"$exists"=>true}}])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment