pub fn ruby_exec(tool: &str) -> CommandExpand description
Build a Command for Ruby tools, auto-detecting bundle exec.
Uses bundle exec <tool> when a Gemfile exists (transitive deps like rake
won’t appear in the Gemfile but still need bundler for version isolation).