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 throughout #486

Closed ColinDKelley closed 3 years ago

ColinDKelley commented 3 years ago

This is easy to do with this gem: https://github.com/Invoca/magic_frozen_string_literal

ColinDKelley commented 3 years ago

Duplicate of #494.