Skip to content

Instantly share code, notes, and snippets.

@tanatana
Forked from teenst/yokubou.rb
Created October 27, 2012 12:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tanatana/3964426 to your computer and use it in GitHub Desktop.
Save tanatana/3964426 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