[#3006] mismatched quotation — "stevan apter" <apter@...>

ruby documentation uses a punctuation convention i've never seen

13 messages 2000/05/27

[ruby-talk:02745] Re: irb install

From: matz@... (Yukihiro Matsumoto)
Date: 2000-05-11 15:12:58 UTC
List: ruby-talk #2745
Hi,

In message "[ruby-talk:02740] irb install"
    on 00/05/11, Andrew Hunt <Andy@Toolshed.Com> writes:

|While we are on the subject, do I understand this correctly:
|
|Matz is going to include irb with the next Ruby distribution,
|no separate install will be needed.

I'm going to pack irb in next distribution.  Probably I will add new
rules to Makefile to install.  For example,

 make               -- to build
 make install       -- to install ruby and its libraries
 make install_app   -- to install auxiliary applications like irb
 make install_doc   -- to install documentation, which will be added someday ;-)
 make install_all   -- to install everything

							matz.

In This Thread