Skip to content

Commit

Permalink
Simplify
Browse files Browse the repository at this point in the history
  • Loading branch information
kou authored Nov 7, 2024
1 parent e9e69f3 commit 75c928d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rdoc/rubygems_hook.rb
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ def self.generation_hook installer, specs
return unless default_gem?

# Generate document for compatibility if this is a default gem.
::RDoc::RubyGemsHook.generate(installer, specs)
RubyGemsHook.generate(installer, specs)
end
end
end

0 comments on commit 75c928d

Please sign in to comment.