Your IP : 216.73.217.79


Current Path : /lib/ruby/vendor_ruby/rubygems/
Upload File :
Current File : //lib/ruby/vendor_ruby/rubygems/rdoc.rb

# 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