Method: Autobuild::Ruby#rake_clean_task
- Defined in:
- lib/autobuild/packages/ruby.rb
#rake_clean_task ⇒ Object
The Rake task that is used to run cleanup. Defaults to “clean”. Set to nil to disable tests for this package
20 21 22 |
# File 'lib/autobuild/packages/ruby.rb', line 20 def rake_clean_task @rake_clean_task end |