Module: Trooper::DSL::Rake
- Included in:
- Action
- Defined in:
- lib/trooper/dsl/rake.rb
Instance Method Summary collapse
Instance Method Details
#rake(command) ⇒ Object
5 6 7 |
# File 'lib/trooper/dsl/rake.rb', line 5 def rake(command) run "#{ruby_bin_path}rake #{command}" end |