Class: Gemfilelint::SimilarityDetector::SimilarityScore
- Inherits:
-
Struct
- Object
- Struct
- Gemfilelint::SimilarityDetector::SimilarityScore
- Defined in:
- lib/gemfilelint/similarity_detector.rb
Instance Attribute Summary collapse
-
#distance ⇒ Object
Returns the value of attribute distance.
-
#string ⇒ Object
Returns the value of attribute string.
Instance Attribute Details
#distance ⇒ Object
Returns the value of attribute distance
32 33 34 |
# File 'lib/gemfilelint/similarity_detector.rb', line 32 def distance @distance end |
#string ⇒ Object
Returns the value of attribute string
32 33 34 |
# File 'lib/gemfilelint/similarity_detector.rb', line 32 def string @string end |