Class: Bundler::SimilarityDetector::SimilarityScore

Inherits:
Struct
  • Object
show all
Defined in:
lib/bundler/similarity_detector.rb

Instance Attribute Summary collapse

Instance Attribute Details

#distanceObject

Returns the value of attribute distance



5
6
7
# File 'lib/bundler/similarity_detector.rb', line 5

def distance
  @distance
end

#stringObject

Returns the value of attribute string



5
6
7
# File 'lib/bundler/similarity_detector.rb', line 5

def string
  @string
end