diff options
author | keiju <keiju@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-04-13 20:45:54 +0000 |
---|---|---|
committer | keiju <keiju@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-04-13 20:45:54 +0000 |
commit | ff958cd44ea40ddd83f3ac4566ad5517c70b996b (patch) | |
tree | c554eb28269c34475df712c230012c33e728ae03 /doc/irb | |
parent | 8e8cd649be669910e360e0be43eb9a9f4d6edd58 (diff) |
* doc/irb/irb.rd.ja: a lost of release IRB 0.9.5.
* lib/irb/slex.rb: bug fix by [ruby-core :04707].
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@8325 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'doc/irb')
-rw-r--r-- | doc/irb/irb.rd.ja | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/doc/irb/irb.rd.ja b/doc/irb/irb.rd.ja index bf8ac5d517..338dcc644e 100644 --- a/doc/irb/irb.rd.ja +++ b/doc/irb/irb.rd.ja @@ -1,8 +1,8 @@ irb -- interactive ruby - $Release Version: 0.9 $ + $Release Version: 0.9.5 $ $Revision$ $Date$ - by Keiju ISHITSUKA([email protected]) + by Keiju ISHITSUKA([email protected]) =begin = irb�Ȥ�? @@ -112,6 +112,7 @@ irb��ư����``~/.irbrc''���ɤ߹��ߤޤ�. �⤷¸�ߤ��ʤ�����, IRB.conf[:PROMPT][:MY_PROMPT] = { # �ץ���ץȥ⡼�ɤ�̾�� :PROMPT_I => nil, # �̾�Υץ���ץ� + :PROMPT_N => nil, # ��³�ԤΥץ���ץ� :PROMPT_S => nil, # ʸ����ʤɤη�³�ԤΥץ���ץ� :PROMPT_C => nil, # ������³���Ƥ�����Υץ���ץ� :RETURN => " ==>%s\n" # �������Υץ���ץ� @@ -126,7 +127,7 @@ OK�Ǥ�. IRB.conf[:PROMPT_MODE] = :MY_PROMPT -PROMPT_I, PROMPT_S, PROMPT_C��, �ե����ޥåȤ���ꤷ�ޤ�. +PROMPT_I, PROMPT_N, PROMPT_S, PROMPT_C��, �ե����ޥåȤ���ꤷ�ޤ�. %N ��ư���Ƥ��륳�ޥ��̾�����Ϥ����. %m main���֥�������(self)��to_s�ǽ��Ϥ����. @@ -141,6 +142,7 @@ PROMPT_I, PROMPT_S, PROMPT_C��, �ե����ޥåȤ���ꤷ�ޤ�. IRB.conf[:PROMPT_MODE][:DEFAULT] = { :PROMPT_I => "%N(%m):%03n:%i> ", + :PROMPT_N => "%N(%m):%03n:%i> ", :PROMPT_S => "%N(%m):%03n:%i%l ", :PROMPT_C => "%N(%m):%03n:%i* ", :RETURN => "%s\n" |