Shellout a ruby command.
84 85 86
# File 'lib/setup/base.rb', line 84 def ruby(*args) bash(config.rubyprog, *args) end