Skip to content

Instantly share code, notes, and snippets.

@kkosuge
Created August 8, 2011 16:01
Show Gist options
  • Save kkosuge/1132033 to your computer and use it in GitHub Desktop.
Save kkosuge/1132033 to your computer and use it in GitHub Desktop.
よく使うのでメモ
ary=gets.chomp.split('');tweet=[];140.times{tweet<<ary[rand(ary.size)]};p(tweet.join)
#=> ruby glitch_tweet.rb
#=> もう何も恐くない
#=> "何いな何もくうなういう何いくく恐うもなももも何ななもううもももも恐恐何く何くいもくももう何恐なく何いなな何ななもううも恐うくももくもうもうい何何何もくな恐何何もな何いくいいう何なもういもいくうく恐いいくも何くいい何うもももくなうくくもくなもなううないなくももなく恐くう恐いも何くい"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment