Skip to content

Instantly share code, notes, and snippets.

View kei-yamazaki's full-sized avatar

Kei YAMAZAKI kei-yamazaki

  • NTT Communications
View GitHub Profile
@kei-yamazaki
kei-yamazaki / gist:4038553
Created November 8, 2012 12:39 — forked from rightgo09/gist:4005577
hamakn bot
# coding: utf-8
terms = %w(わかんない え? 分かった まじで? うける! おれのコップどこ? おれの充電ケーブルどこ? チケットに書いて ぎゃぼー ぎゃぽー)
final_term = "わかんないけどわかった!"
(3 + rand(7)).times {
print terms.sample
print "、"
}
puts final_term