Sha256: 790657ef2d8ff50891541da480d17c4adff1f8e9800bd35797368170c694cc23
Contents?: true
Size: 422 Bytes
Versions: 28
Compression:
Stored size: 422 Bytes
Contents
module Inch module Evaluation module Role # Missing is the base class for things that can be improved in the doc # class Missing < Base def score nil end # @return [Float] # a score that can be achieved by adding the missing thing mentioned # by the role def potential_score @value.to_f end end end end end
Version data entries
28 entries across 28 versions & 1 rubygems