Skip to content

Instantly share code, notes, and snippets.

@jacqui
Created April 7, 2009 22:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jacqui/91500 to your computer and use it in GitHub Desktop.
Save jacqui/91500 to your computer and use it in GitHub Desktop.
drugs_dispensed_last_time = Hash.new
previous_art_drug_orders.collect{|drug_order|
drugs_dispensed_last_time[drug_order.drug] = true
}
drugs_dispensed_last_time = drugs_dispensed_last_time.keys
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment