Invoca / magic_frozen_string_literal

easily add '# frozen_string_literal: true' comments to the top of all your project's Ruby files
MIT License
159 stars 16 forks source link

Refactor to interpolate inside constants. And some general cleanup. #7

Closed ColinDKelley closed 8 years ago

ColinDKelley commented 8 years ago

@HotFusionMan I saw that we could simply interpolate inside the EXTENSION_COMMENTS hash which makes this much simpler. While I was there I cleaned up a few other things. Can you review?

ColinDKelley commented 8 years ago

This refactoring is very nice!

Thanks! And thank you for the PR! I'll push it up to rubygems now.