Skip to main content

ruby_exec

Function ruby_exec 

Source
pub fn ruby_exec(tool: &str) -> Command
Expand 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).