Closed mislav closed 2 weeks ago
Allow ruby-build to read a build definition from a named pipe in addition to just from regular files.
Example:
ruby-build <(echo "...") /path/to/ruby
This isn't terribly useful to most people, but can be useful to programmatically generate a ruby-build definition, or in testing.
Allow ruby-build to read a build definition from a named pipe in addition to just from regular files.
Example:
This isn't terribly useful to most people, but can be useful to programmatically generate a ruby-build definition, or in testing.