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.
51 52 53 |
# File 'lib/generators/churn.rb', line 51 def initialize(start_date=nil) @start_date = start_date end |