guard / listen

The Listen gem listens to file modifications and notifies you about the changes.
https://rubygems.org/gems/listen
MIT License
1.92k stars 245 forks source link

add magic "# frozen_string_literal: true" comment to all the files #494

Closed ColinDKelley closed 3 years ago

ColinDKelley commented 3 years ago

I'd like to run magic_frozen_string_literal to add the magic comment. That will cut down on garbage created by string literals.

ColinDKelley commented 3 years ago

Addressed by https://github.com/guard/listen/pull/495.