Class: BradyW::BaseTask
- Inherits:
-
Rake::TaskLib
- Object
- Rake::TaskLib
- BradyW::BaseTask
- Defined in:
- lib/basetask.rb
Overview
Used to abstract some of the functionality of building custom tasks in Rake out and also provide a convenient point to mock them for testing purposes
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
-
#unless ⇒ Object
Returns the value of attribute unless.
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name.
9 10 11 |
# File 'lib/basetask.rb', line 9 def name @name end |
#unless ⇒ Object
Returns the value of attribute unless.
9 10 11 |
# File 'lib/basetask.rb', line 9 def unless @unless end |