We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4681de5 commit 4c9b663Copy full SHA for 4c9b663
lib/rdoc/rubygems_hook.rb
@@ -273,10 +273,6 @@ class RubygemsHook
273
274
attr_accessor :generate_rdoc, :generate_ri, :force
275
276
- class << self
277
- attr_accessor :rdoc_version
278
- end
279
-
280
def self.default_gem?
281
!File.exist?(File.join(__dir__, "..", "rubygems_plugin.rb"))
282
end
@@ -316,7 +312,11 @@ def self.generation_hook installer, specs
316
312
317
313
318
314
def self.load_rdoc
319
- @rdoc_version = RubyGemsHook.load_rdoc
315
+ RubyGemsHook.load_rdoc
+ end
+
+ def self.rdoc_version
+ RubyGemsHook.rdoc_version
320
321
322
0 commit comments