Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save norio/63798 to your computer and use it in GitHub Desktop.
Save norio/63798 to your computer and use it in GitHub Desktop.
(1..40).each {|i| if(i%3 == 0 or i.to_s.include?('3')); i="-v Hysterical #{i}" end; system "say #{i}"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment