2009-01-28から1日間の記事一覧

Rubyのソースをhtmlへ

急遽,Rubyのソースをhtml表示できるようなコンバートが必要になりました…取り急ぎこんな感じで, #!/usr/bin/ruby =begin The work of this program is to convert from a source file to a html code in display. Converting rule: * TAB A tab is convert…