I've seen this used to start a process:
ruby -run
What does it do?
Where is the documentation located?
It's a little misleading in appearance... The flag isn't -run
as in the verb run, but rather -r
to require the un.rb
file from the standard library, which according to documentation, contains:
Utilities to replace common UNIX commands in Makefiles etc
The -r<libraryname>
flag allows you to require
a library from the command line before your program's execution begins.
See ruby --help
for the command line flags (I suspect you already did).
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With