Seasons.NET

ちょっとした技術ブログです

Entries from 2007-05-21 to 1 day

はじめてのRubyへのすすめ

id:fkmさんがRubyを始めたみたいなので、 ちょっとカスタマイズ。 forで回すよりは、timesで回した方がコードとしては、すんなり読めるし、 式展開を使うと楽だと思う。 1 2 def puts_contents(num , count) 3 puts "<table border=\"1\">" 4 count.times{ |index| print "<tr><td><a href=\"#{num}-#{index+1}.cpp\">#{num}</a></td></tr></table>…