RAA - ihelp/0.3.1

ihelp / 0.3.1

Short description: Adds context-sensitive help to irb
Category: Documentation/Reference
Status: stable
Created: 2005-01-17 00:17:55 GMT
Last update: 2005-10-18 01:09:54 GMT
Owner: Ilmari Heikkinen (Projects of this owner)
Homepage: http://fhtr.org/projects/ihelp/
Download: http://fhtr.org/projects/ihelp/releases/ihelp-0.3.1.tar.gz
License: Ruby's
Dependency:
None
Description:

IHelp adds a help method to objects, which provides context-sensitive help about the object and its methods.

Example:

require 'ihelp'

# Print out help for Fixnum
12.help

# Print out help for String#reverse
"foo".help :reverse

# Print out help for String#reverse
String.help :reverse

# Print out help for Enumerable#map
# (ri doesn't do this for some reason)
Hash.help :map

# Print out help for Enumerable#map
help "Enumerable#map"

Versions: [0.3.1 (2005-10-18)] [0.2.0 (2005-01-17)]

Edit this project (for project owner)

back to RAA top