lib/licensee.rb in licensee-9.9.0.beta.2 vs lib/licensee.rb in licensee-9.9.0.beta.3

- old
+ new

@@ -50,9 +50,10 @@ end # Inverse of the confidence threshold, represented as a float # By default this will be 0.05 def inverse_confidence_threshold - @inverse ||= (1 - Licensee.confidence_threshold / 100.0).round(2) + @inverse_confidence_threshold ||= + (1 - Licensee.confidence_threshold / 100.0).round(2) end end end