This website requires JavaScript.
Explore
Help
Sign in
kotovalexarian-likes-github
/
ruby--ruby
Watch
1
Star
0
Fork
You've already forked ruby--ruby
0
mirror of
https://github.com/ruby/ruby.git
synced
2022-11-09 12:17:21 -05:00
Code
Releases
Activity
929faf7906
ruby--ruby
/
bin
/
ri
7 lines
80 B
Text
Raw
Normal View
History
Unescape
Escape
Replace ri with Ryan Davis' cached ri git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@14950 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2008-01-08 04:07:31 -05:00
#!/usr//bin/env ruby
Initial load of support for ri/rdoc integration git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@5199 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2003-12-16 00:44:25 -05:00
Split out ri display code and make pluggable git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@5386 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2004-01-06 00:59:31 -05:00
require 'rdoc/ri/ri_driver'
Finish documenting internal stuff. See Changelog for other details git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@5364 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2004-01-02 01:01:12 -05:00
Replace ri with Ryan Davis' cached ri git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@14950 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2008-01-08 04:07:31 -05:00
RDoc::RI::RiDriver.run ARGV
Finish documenting internal stuff. See Changelog for other details git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@5364 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2004-01-02 01:01:12 -05:00
Copy permalink