Hello TextMate users,
and i usually use shebang like that :
#! /usr/bin/env ruby -wx
Just FYI, it makes no sense to pass Ruby's -x switch in a shebang line.
It might not always be the best idea to pass any arguments at all in the shebang line, not ever operating system can handle this.
Patrick