use correct shebang for ruby

This commit is contained in:
Sergey Nartimov
2012-04-30 12:04:55 +03:00
parent 38f6567c5c
commit c2b96cefe3

View File

@@ -1,2 +1,2 @@
#!/usr/bin/ruby
#!/usr/bin/env ruby
puts "Hello World"