Actions
Feature #5658
closedWrap mkmf.rb in a module to clean up documentation
Feature #5658:
Wrap mkmf.rb in a module to clean up documentation
Description
=begin
Currently all of the methods in mkmf.rb exist at the top-level. This causes methods from mkmf.rb to show up in Object in ((%ri%)).
The attached patch wraps the functionality of mkmf.rb in a module MakeMakefile which is then included at top-level.
This preserves the existing functionality while separating the documentation.
The patch survives make clean; make
on OS X 10.7
=end
Files
Actions