Skip to content

Instantly share code, notes, and snippets.

@claymccoy
Created August 18, 2008 16:43
def item(desc, attributes)
due = attributes[:due]
puts desc if !due.nil? && Time.parse(due) <= Time.now
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment