Created
November 16, 2012 00:57
-
-
Save kurotaky/4082917 to your computer and use it in GitHub Desktop.
lightning_talk_order
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# -*- coding: utf-8 -*- | |
presenters = %w(mizzyさん fuchinoさん demiさん kulopさん わじさん ライティさん まよとさん あんちぽさん あよはたさん \ | |
うーたんさん うまづらさん テリーさん けんごさん tnmtさん) | |
presenters.shuffle! | |
presenters.each_with_index do |presenter, index| | |
puts "#{index+1}. #{presenter}" | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment