2011-11-30から1日間の記事一覧

super pre記法 syntax highlighting テスト

[STDOUT, STDERR].each do |io| io.instance_eval do def puts_with_format(*arg) print "[#{Time.now.strftime("%Y-%m-%d %H:%M:%S")} ##{$$}] " puts_without_format *arg end alias puts_without_format puts alias puts puts_with_format end endシンタ…