Class: Fudge::Tasks::Yard

Inherits:
Shell show all
Includes:
Helpers::BundleAware
Defined in:
lib/fudge/tasks/yard.rb

Overview

Allow use of Yard as a supported task

Instance Attribute Summary collapse

Attributes inherited from Task

#args, #options

Method Summary

Methods inherited from Shell

#initialize, #run

Methods inherited from Task

#initialize, name

Constructor Details

This class inherits a constructor from Fudge::Tasks::Shell

Instance Attribute Details

#coverageObject

Returns the value of attribute coverage.



7
8
9
# File 'lib/fudge/tasks/yard.rb', line 7

def coverage
  @coverage
end