head	1.2;
access;
symbols
	RELEASE_4_11_0:1.1
	RELEASE_5_3_0:1.1
	RELEASE_4_10_0:1.1
	RELEASE_5_2_1:1.1
	RELEASE_5_2_0:1.1
	RELEASE_4_9_0:1.1
	RELEASE_5_1_0:1.1
	RELEASE_4_8_0:1.1
	RELEASE_5_0_0:1.1
	RELEASE_4_7_0:1.1
	RELEASE_4_6_2:1.1
	RELEASE_4_6_1:1.1
	RELEASE_4_6_0:1.1
	RELEASE_5_0_DP1:1.1
	RELEASE_4_5_0:1.1
	RELEASE_4_4_0:1.1
	RELEASE_4_3_0:1.1;
locks; strict;
comment	@# @;


1.2
date	2005.02.18.23.44.40;	author kris;	state dead;
branches;
next	1.1;

1.1
date	2001.04.05.14.11.09;	author knu;	state Exp;
branches;
next	;


desc
@@


1.2
log
@As previously announced, remove ports that have reached their expiry date,
and the handful of ports that depended on them.
@
text
@ri--Ruby Interactive reference

ri displays descriptions of Ruby's built-in methods, classes, and
modules.  Run "ri each_with_index" and you get:

	--------------------------------------------------------
	  enumObj.each_with_index {| obj, i | block }  -> nil
	--------------------------------------------------------

	  Calls block with two arguments, the item and its index,
	  for each item in enumObj.

	     hash = Hash.new
	     %w(cat dog wombat).each_with_index {|item, index|
	       hash[item] = index
	     }
	     hash   #=> {"dog"=>1, "wombat"=>2, "cat"=>0}

Emacs interface by David Alan Black <dblack@@candle.superlink.net> is
also bundled.

WWW:	http://www.pragmaticprogrammer.com/ruby/downloads/ri.html
Author:	The Pragmatic Programmers, LLC
@


1.1
log
@Add ruby-ri, Ruby Interactive reference with command line and Emacs
interfaces.
@
text
@@

