Method: Setup::Base#ruby

Defined in:
lib/setup/base.rb

#ruby(*args) ⇒ Object

Shellout a ruby command.



84
85
86
# File 'lib/setup/base.rb', line 84

def ruby(*args)
  bash(config.rubyprog, *args)
end