Class: MetricFu::Churn::SourceControl
- Inherits:
-
Object
- Object
- MetricFu::Churn::SourceControl
- Defined in:
- lib/generators/churn.rb
Instance Method Summary collapse
-
#initialize(start_date = nil) ⇒ SourceControl
constructor
A new instance of SourceControl.
Constructor Details
#initialize(start_date = nil) ⇒ SourceControl
Returns a new instance of SourceControl.
50 51 52 |
# File 'lib/generators/churn.rb', line 50 def initialize(start_date=nil) @start_date = start_date end |