Skip to content

Instantly share code, notes, and snippets.

@kei-yamazaki
Forked from rightgo09/gist:4005577
Created November 8, 2012 12:39
Show Gist options
  • Save kei-yamazaki/4038553 to your computer and use it in GitHub Desktop.
Save kei-yamazaki/4038553 to your computer and use it in GitHub Desktop.
hamakn bot
# coding: utf-8
terms = %w(わかんない え? 分かった まじで? うける! おれのコップどこ? おれの充電ケーブルどこ? チケットに書いて ぎゃぼー ぎゃぽー)
final_term = "わかんないけどわかった!"
(3 + rand(7)).times {
print terms.sample
print "、"
}
puts final_term
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment