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
4820648521
ruby--ruby
/
bin
/
ri
7 lines
75 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
Clean up namespacing of RI's classes git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@14953 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2008-01-08 05:18:41 -05:00
require 'rdoc/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
Clean up namespacing of RI's classes git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@14953 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2008-01-08 05:18:41 -05:00
RDoc::RI::Driver.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