module Trooper::DSL::Rake

Public Instance Methods

rake(command) click to toggle source
# File lib/trooper/dsl/rake.rb, line 5
def rake(command)
  run "#{ruby_bin_path}rake #{command}"
end

Private Instance Methods

ruby_bin_path() click to toggle source
# File lib/trooper/dsl/rake.rb, line 11
def ruby_bin_path
  config[:ruby_bin_path] || ""
end