magic_encoding
magic_encoding copied to clipboard
Easily manage magic comments for encoding for your ruby 1.9 applications
Results
3
magic_encoding issues
Sort by
recently updated
recently updated
newest added
I added support for ERB.
I recently needed to add encoding comments in a project and remembered that I'd installed this gem. I tried running `magic_encoding -h` in `~/code` and every ruby file in **many**...
like this #!/usr/bin/env ruby # -_\- encoding : utf-8 -_- but not # -_\- encoding : utf-8 -_- #!/usr/bin/env ruby