rbenv / ruby-build

A tool to download, compile, and install Ruby on Unix-like systems.
https://rbenv.org/man/ruby-build.1
MIT License
3.89k stars 785 forks source link

Allow named pipes as build definition argument #2462

Closed mislav closed 2 weeks ago

mislav commented 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.