jordansissel / fpm

Effing package management! Build packages for multiple platforms (deb, rpm, etc) with great ease and sanity.
http://fpm.readthedocs.io/en/latest/
Other
11.09k stars 1.07k forks source link

Minor comment cleanup #1974

Open NicholasBHubbard opened 1 year ago

NicholasBHubbard commented 1 year ago

This PR fixes up some of the end # def method_name comments in cpan.rb, package.rb, command.rb, gem.rb, and util.rb.

Now each of these files uses this comment convention for all of their methods. There were also a few of these comments with an incorrect function name that I fixed.

No non-comment code is changed in this PR.