Server IP : 198.54.121.189 / Your IP : 216.73.216.140
System : Linux premium69.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
PHP Version : 7.4.33
Disable Function : NONE
cURL : ON | WGET : ON | Sudo : OFF | Pkexec : OFF
Upload Files :
Command :
Current File : /opt/alt/ruby25/bin//rdoc
#!/opt/alt/ruby25/bin/ruby
#
# RDoc: Documentation tool for source code
# (see lib/rdoc/rdoc.rb for more information)
#
# Copyright (c) 2003 Dave Thomas
# Released under the same terms as Ruby
begin
gem 'rdoc'
rescue NameError => e # --disable-gems
raise unless e.name == :gem
rescue Gem::LoadError
end
require 'rdoc/rdoc'
begin
r = RDoc::RDoc.new
r.document ARGV
rescue Errno::ENOSPC
$stderr.puts 'Ran out of space creating documentation'
$stderr.puts
$stderr.puts 'Please free up some space and try again'
rescue SystemExit
raise
rescue Exception => e
if $DEBUG_RDOC then
$stderr.puts e.message
$stderr.puts "#{e.backtrace.join "\n\t"}"
$stderr.puts
elsif Interrupt === e then
$stderr.puts
$stderr.puts 'Interrupted'
else
$stderr.puts "uh-oh! RDoc had a problem:"
$stderr.puts e.message
$stderr.puts
$stderr.puts "run with --debug for full backtrace"
end
exit 1
end
Name |
Size |
Last Modified |
Owner / Group |
Permissions |
Options |
.. | -- | March 03 2024 22:50:41 | root / root | 0755 | |
| | | | | |
erb | 4.73 KB | July 26 2023 14:55:50 | root / linksafe | 0755 | |
gem | 0.54 KB | July 26 2023 14:55:50 | root / linksafe | 0755 | |
irb | 0.192 KB | July 26 2023 14:55:50 | root / linksafe | 0755 | |
rackup | 0.592 KB | September 21 2023 06:14:51 | root / root | 0755 | |
rake | 0.58 KB | July 26 2023 14:55:50 | root / linksafe | 0755 | |
rdoc | 0.923 KB | July 26 2023 14:55:50 | root / linksafe | 0755 | |
ri | 0.19 KB | July 26 2023 14:55:50 | root / linksafe | 0755 | |
ruby | 7.836 KB | July 26 2023 14:55:54 | root / linksafe | 0755 | |