rbenv-each
rbenv-each copied to clipboard
doesn't execute for `system` ruby
Is rbenv-each intended to also execute the command against the system ruby?
rbenv versions includes the system ruby in its output, but rbenv versions --bare does not. Is this a bug with rbenv versions? Or should rbenv-each not be using --bare?
"system" is purely for user convenience when reading human-readable output. it should not actually get listed among rbenv versions, since it's not an actual version that rbenv manages.
I don't think rbenv each should iterate over "system".
Speaking anecdotally, I think most of the time I run each I want the command executed in the system ruby as well. For the time being, it's probably better to not change the current behavior. If #1 ever gets implemented, I think I'd like to see system included by default, and excludable via whatever mechanism accomplishes #1