lib/inch/language/ruby/roles/missing.rb in inch-0.5.0.rc5 vs lib/inch/language/ruby/roles/missing.rb in inch-0.5.0.rc6

- old
+ new

@@ -9,11 +9,11 @@ def score nil end # @return [Fixnum] - # a score that can be achieved by adding the missing thing mentioned - # by the role + # a score that can be achieved by adding the missing thing + # mentioned by the role def potential_score @value.to_i end end end