Skip to content

Commit 75c928d

Browse files
authored
Simplify
1 parent e9e69f3 commit 75c928d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/rdoc/rubygems_hook.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ def self.generation_hook installer, specs
294294
return unless default_gem?
295295

296296
# Generate document for compatibility if this is a default gem.
297-
::RDoc::RubyGemsHook.generate(installer, specs)
297+
RubyGemsHook.generate(installer, specs)
298298
end
299299
end
300300
end

0 commit comments

Comments
 (0)