We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
like this #!/usr/bin/env ruby
but not
#!/usr/bin/env ruby
The text was updated successfully, but these errors were encountered:
Hm I never tought about this one. My executable files usualy don't have an extension and magic_encoding skips them.
I agree that the current behaviour is wrong and I will fix this soon ! thx for the report :)
Sorry, something went wrong.
No branches or pull requests
like this
#!/usr/bin/env ruby
-- encoding : utf-8 --
but not
-- encoding : utf-8 --
#!/usr/bin/env ruby
The text was updated successfully, but these errors were encountered: