Class: Fudge::Tasks::Yard
- Includes:
- Helpers::BundleAware
- Defined in:
- lib/fudge/tasks/yard.rb
Overview
Allow use of Yard as a supported task
Instance Attribute Summary collapse
-
#coverage ⇒ Object
Returns the value of attribute coverage.
Attributes inherited from Task
Method Summary
Methods inherited from Shell
Methods inherited from Task
Constructor Details
This class inherits a constructor from Fudge::Tasks::Shell
Instance Attribute Details
#coverage ⇒ Object
Returns the value of attribute coverage.
7 8 9 |
# File 'lib/fudge/tasks/yard.rb', line 7 def coverage @coverage end |