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

Returns:

  • (Object)

    the current value of distance



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

def distance
  @distance
end

#stringObject

Returns the value of attribute string

Returns:

  • (Object)

    the current value of string



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

def string
  @string
end