Project

General

Profile

Bug #15421 » improve-description-of-erb-P.patch

shuujii (Shuji KOBAYASHI), 12/16/2018 11:45 AM

View differences:

bin/erb
-d set $DEBUG to true
-r library load a library
-E ex[:in] set default external/internal encodings
-U set default encoding to UTF-8.
-U set default encoding to UTF-8
-T trim_mode specify trim_mode (0..2, -)
-P ignore lines which start with "%"
-P disable ruby code evaluation for lines beginning with %
var=value set variable
EOU
exit 1
man/erb.1
.\"Ruby is copyrighted by Yukihiro Matsumoto <matz@netlab.jp>.
.Dd October 21, 2017
.Dd December 16, 2018
.Dt ERB \&1 "Ruby Programmer's Reference Guide"
.Os UNIX
.Sh NAME
......
.Pf ( Li "Encoding.default_internal" ) will be nil.
.Pp
.It Fl P
Evaluates lines starting with
.Li "%"
as Ruby code and removes the tailing EOLs.
Disables ruby code evaluation for lines beginning with
.Li "%" .
.Pp
.It Fl S Ar level
Specifies the safe level in which eRuby script will run.
    (1-1/1)