Created
June 11, 2014 13:00
-
-
Save johnsyweb/26156733a12242fbd3a8 to your computer and use it in GitHub Desktop.
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
#!/usr/bin/env ruby | |
# encoding: utf-8 | |
IDEAS = [ | |
%Q(Bar uvg jbaqref' bgure fbatf), | |
%Q(Gurl jnag gb oernx serr: Gur zhfvp gurl znqr jura gurl yrsg gur onaq), | |
%Q(Nhfgenyvnan: Fubjpnfr lbhe snibhevgr angvir onaqf gb arjpbzref gb guvf ynaq tveg ol frn ), | |
%Q(Sbervta ynathntr fbatf), | |
%Q(Xrrc ba Ehaava': Zhfvp gb zbgvingr zr gb trg cnfg gur 8xz znex), | |
%Q(Zhfvp bs gur zbivrf: Abg gur gurzrf… ohg fbatf znqr snzbhf ol gur zbivrf), | |
%Q(Zrgn Znavn: Fbatf nobhg zhfvpny vafgehzragf be rdhvczrag) | |
] | |
puts "#{IDEAS.size} ideas in the mix... I choose..." | |
puts IDEAS.sample.tr('A-Za-z', 'N-ZA-Mn-za-m') | |
puts "Go!" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment