[rubygems/rubygems] Use a constant empty tar header to avoid extra allocations
[ruby.git] / lib / rdoc / extend.rb
blob7d57433de668fbdf1ddd79751fdc6349f38ac750
1 # frozen_string_literal: true
2 ##
3 # A Module extension to a class with \#extend
5 #   RDoc::Extend.new 'Enumerable', 'comment ...'
7 class RDoc::Extend < RDoc::Mixin
9 end