1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* doc/irb/irb.rd: fix typo. patch by Nobuhiro IMAI.

[Bug #4843] [ruby-dev:43639]
* doc/irb/irb.rd.ja: ditto.
* doc/ChangeLog-YARV: ditto.



git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31953 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
kosaki 2011-06-07 11:52:41 +00:00
parent 733be25907
commit 58aa09cb14
4 changed files with 10 additions and 3 deletions

View file

@ -1,3 +1,10 @@
Tue Jun 7 20:50:11 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
* doc/irb/irb.rd: fix typo. patch by Nobuhiro IMAI.
[Bug #4843] [ruby-dev:43639]
* doc/irb/irb.rd.ja: ditto.
* doc/ChangeLog-YARV: ditto.
Tue Jun 7 18:52:55 2011 NAKAMURA Usaku <usa@ruby-lang.org>
* lib/rubygems/user_interaction.rb (Gem::StreamUI#tty?): IO#tty? of

View file

@ -4538,7 +4538,7 @@ Sun Dec 31 17:42:05 2006 Koichi Sasada <ko1@atdot.net>
2005-11-15(Tue) 00:42:49 +0900 Koichi Sasada <ko1@atdot.net>
* eval.c : support rb_frame_pop() and rb_frame_callee(),
add rb_sourcefile(), rb_souceline(),
add rb_sourcefile(), rb_sourceline(),
* compile.c : support postposition while/until,

View file

@ -252,7 +252,7 @@ For irb commands, both simple name and `irb_'-prefixed name are prepared.
--- kill n, irb_kill n
Kill subirb. The means of n is as same as the case of irb_fg.
--- souce, irb_source path
--- source, irb_source path
This is a like UNIX-shell command source. evaluate script in path
on current context.

View file

@ -266,7 +266,7 @@ irb
--- kill n, irb_kill n
サブirbをkillする. nはfgと同じ.
--- souce, irb_source path
--- source, irb_source path
UNIXシェルコマンドのsourceと似ている. 現在の環境上でpath内のスクリ
プトを評価する.