Method not available on this version
This method is only available on newer versions.
The first available version (v2_6_3) is shown here.
validate_cmd!()
private
No documentation available.
# File lib/bundler/cli/exec.rb, line 44
def validate_cmd!
return unless cmd.nil?
Bundler.ui.error "bundler: exec needs a command to run"
exit 128
end