Class: Bundler::SimilarityDetector::SimilarityScore
- Inherits:
-
Struct
- Object
- Struct
- Bundler::SimilarityDetector::SimilarityScore
- Defined in:
- lib/bundler/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
5 6 7 |
# File 'lib/bundler/similarity_detector.rb', line 5 def distance @distance end |
#string ⇒ Object
Returns the value of attribute string
5 6 7 |
# File 'lib/bundler/similarity_detector.rb', line 5 def string @string end |