Created
November 12, 2019 09:53
-
-
Save itochan/9e7c56ff18b01d2877fd1cb499e99c81 to your computer and use it in GitHub Desktop.
This file contains 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
members = %w{ | |
aokiagent | |
buriburi | |
cyan_mm | |
fumi | |
gentam | |
itochan | |
nem | |
sksat | |
supachan | |
takuma | |
tatsu | |
yatty | |
} | |
logger = members.sample | |
puts "Next logger is #{logger}" | |
`say #{logger}` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment