lib/churn/churn_calculator.rb in churn-0.0.30 vs lib/churn/churn_calculator.rb in churn-0.0.31
- old
+ new
@@ -110,10 +110,10 @@
result += display_array(method_churn)
end
# Pretty print the data as a string for the user
def to_s
- ChurnCalculator(to_h[:churn])
+ ChurnCalculator.to_s(to_h[:churn])
end
private
def collect_items(collection, match)