Skip to content

Instantly share code, notes, and snippets.

@roryokane
Created July 5, 2012 15:36
Show Gist options
  • Save roryokane/3054404 to your computer and use it in GitHub Desktop.
Save roryokane/3054404 to your computer and use it in GitHub Desktop.
Ruby shebang line tests
#!/usr/bin/env bundle exec ruby
puts "hello"
#!/usr/bin/env ruby
puts "hello"
#!ruby
puts "hello"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment