.\" DO NOT MODIFY THIS FILE! it was generated by rd2 .TH eruby 1 "January 2007" .SH NAME .PP eruby \- Embedded Ruby Language .SH SYNOPSIS .PP eruby [options] [inputfile] .SH DESCRIPTION .PP eruby interprets a Ruby code embedded text file. For example, eruby enables you to embed a Ruby code to a HTML file. .PP A Ruby block starts with `<%' and ends with `%>'. eRuby replaces the block with its output. .PP If `<%' is followed by `=', eRuby replaces the block with a value of the block. .PP If `<%' is followed by `#', the block is ignored as a comment. .SH OPTIONS .TP .fi .B \-d, \-\-debug set debugging flags (set $DEBUG to true) .TP .fi .B \-Kkcode specifies KANJI (Japanese) code\-set .TP .fi .B \-Mmode specifies runtime mode .nf \& f: filter mode \& c: CGI mode \& n: NPH\-CGI mode .fi.TP .fi .B \-C charset specifies charset parameter for Content\-Type .TP .fi .B \-n, \-\-noheader disables CGI header output .TP .fi .B \-v, \-\-verbose enables verbose mode .TP .fi .B \-\-version print version information and exit .SH AUTHOR .PP Shugo Maeda