RAA - devel-which

devel-which / 0.2.0

Short description: Devel::Which
Category: Library/Development
Status: experimental
Created: 2002-05-05 14:45:34 GMT
Last update: -
Owner: Gotoken (Projects of this owner)
Homepage: http://www.notwork.org/~gotoken/ruby/p/devel/which/
Download: http://www.notwork.org/~gotoken/ruby/p/devel/which/devel-which-0.2.0.tar.gz
License: Ruby's
Dependency:
None
Description:

Devel::Which - locate a symbol/library in the user's namespace/path

require 'devel/which'

File.which_constant("TRUNC") #=> File::Constants
Fixnum.which_method("nonzero?") #=> Numeric
which_library "net/http" #=> (depends on your environment)

Edit this project (for project owner)

back to RAA top