mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* bit changed.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@2629 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
1f6f2325f8
commit
daba1fcdc0
1 changed files with 5 additions and 11 deletions
|
@ -1,9 +1,9 @@
|
||||||
irb -- interactive ruby
|
irb -- interactive ruby
|
||||||
$Release Version: 0.9 $
|
$Release Version: 0.9 $
|
||||||
$Revision$
|
$Revision$
|
||||||
$Date$
|
$Date$
|
||||||
by Keiju ISHITSUKA(keiju@ishitsuka.com)
|
by Keiju ISHITSUKA(keiju@ishitsuka.com)
|
||||||
translate from japanese by gotoken-san
|
by gotoken-san who is original translater from japanese version
|
||||||
|
|
||||||
=begin
|
=begin
|
||||||
= What is irb?
|
= What is irb?
|
||||||
|
@ -13,14 +13,8 @@ ruby expressions read from stdin.
|
||||||
|
|
||||||
= Invoking
|
= Invoking
|
||||||
|
|
||||||
% ruby -r irb -e0
|
|
||||||
% irb
|
% irb
|
||||||
|
|
||||||
Either of the aboves. In the former style, options can be specified
|
|
||||||
as follows:
|
|
||||||
|
|
||||||
% ruby -r irb -e0 -- -v
|
|
||||||
|
|
||||||
= Usage
|
= Usage
|
||||||
|
|
||||||
Use of irb is easy if you know ruby. Executing irb, prompts are
|
Use of irb is easy if you know ruby. Executing irb, prompts are
|
||||||
|
|
Loading…
Reference in a new issue