mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
typo fixed
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@9312 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
14b6275a02
commit
977176d702
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
Sun Sep 25 12:02:04 2005 Masatoshi SEKI <m_seki@mva.biglobe.ne.jp>
|
||||||
|
|
||||||
|
* bin/erb: typo fixed.
|
||||||
|
|
||||||
Sun Sep 25 11:54:11 2005 Masatoshi SEKI <m_seki@mva.biglobe.ne.jp>
|
Sun Sep 25 11:54:11 2005 Masatoshi SEKI <m_seki@mva.biglobe.ne.jp>
|
||||||
|
|
||||||
* lib/rinda/tuplespace.rb (Rinda::TemplateEntry::initialize): pull
|
* lib/rinda/tuplespace.rb (Rinda::TemplateEntry::initialize): pull
|
||||||
|
|
2
bin/erb
2
bin/erb
|
@ -102,7 +102,7 @@ class ERB
|
||||||
-x print ruby script
|
-x print ruby script
|
||||||
-n print ruby script with line number
|
-n print ruby script with line number
|
||||||
-v enable verbose mode
|
-v enable verbose mode
|
||||||
-d set $DBEUG to true
|
-d set $DEBUG to true
|
||||||
-r [library] load a library
|
-r [library] load a library
|
||||||
-K [kcode] specify KANJI code-set
|
-K [kcode] specify KANJI code-set
|
||||||
-S [safe_level] set $SAFE (0..4)
|
-S [safe_level] set $SAFE (0..4)
|
||||||
|
|
Loading…
Reference in a new issue