Prefer extension over shebang

This commit is contained in:
Joshua Peek
2011-05-21 17:41:43 -05:00
parent 21ff5e2c1d
commit a69118bd17
3 changed files with 8 additions and 1 deletions

2
test/fixtures/blob/wrong_shebang.rb vendored Normal file
View File

@@ -0,0 +1,2 @@
#!/usr/bin/env python
puts "Not Python"