Skip to content

Instantly share code, notes, and snippets.

@teenst
Created December 5, 2011 08:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save teenst/1432875 to your computer and use it in GitHub Desktop.
Save teenst/1432875 to your computer and use it in GitHub Desktop.
男子の欲求
#!/usr/bin/env ruby
# -*- coding: utf-8 -*-
year = ["正月の着物","リクルートスーツ","卒業式の制服","入学式のスーツ","春物の服","長靴と雨合羽","水着","浴衣","半袖Tシャツ","秋物の服","カラータイツとコート","サンタコス"]
month=rand(12)
puts "男子 #{month+1}月は #{year[month]}着た女の子とデートしたいとか言う"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment