mirror of
https://github.com/ruby/ruby.git
synced 2025-08-24 13:34:17 +02:00
![]() Running the file with shebang has a few issues.
* shebang is an OS dependent feature. Many modern UNIX-like OSes
support it, but not all, e.g., Windows.
* `env` command may not be in `/usr/bin`.
* "ruby" command may not be "ruby", when `--program-suffix` or other
configuration option is used.
|
||
---|---|---|
.. | ||
fixtures | ||
integration | ||
unit | ||
spec_helper.rb |