D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
proc
/
thread-self
/
root
/
proc
/
thread-self
/
root
/
opt
/
alt
/
ruby30
/
share
/
rubygems
/
rubygems
/
Filename :
rdoc.rb
back
Copy
# frozen_string_literal: true require_relative '../rubygems' begin require 'rdoc/rubygems_hook' module Gem RDoc = ::RDoc::RubygemsHook end Gem.done_installing(&Gem::RDoc.method(:generation_hook)) rescue LoadError end