B
Brian Schröder
Hello Group,
This is maybe not exactly a ruby question, but maybe you have also
thought about this.
I like to use
#!/usr/bin/env ruby
as a shebang line. On the other hand, I also like calling ruby with -w
I can't get env to call ruby with arguments. Things that are not working:
#!/usr/bin/env ruby -w
#!/usr/bin/env 'ruby -w'
Could anyone help me on this one?
regards,
Brian
This is maybe not exactly a ruby question, but maybe you have also
thought about this.
I like to use
#!/usr/bin/env ruby
as a shebang line. On the other hand, I also like calling ruby with -w
I can't get env to call ruby with arguments. Things that are not working:
#!/usr/bin/env ruby -w
#!/usr/bin/env 'ruby -w'
Could anyone help me on this one?
regards,
Brian