Class: Buildr::CCTask
- Inherits:
-
Rake::Task
- Object
- Rake::Task
- Buildr::CCTask
- Defined in:
- lib/buildr/core/cc.rb
Instance Attribute Summary collapse
-
#delay ⇒ Object
Returns the value of attribute delay.
-
#project ⇒ Object
readonly
Returns the value of attribute project.
Instance Method Summary collapse
-
#initialize(*args) ⇒ CCTask
constructor
A new instance of CCTask.
Methods inherited from Rake::Task
#invoke, #invoke_with_call_chain
Constructor Details
#initialize(*args) ⇒ CCTask
Returns a new instance of CCTask.
26 27 28 29 30 31 32 |
# File 'lib/buildr/core/cc.rb', line 26 def initialize(*args) super @delay = 0.2 enhance do monitor_and_compile end end |