Class: Gemfilelint::SimilarityDetector::SimilarityScore

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

Instance Attribute Summary collapse

Instance Attribute Details

#distanceObject

Returns the value of attribute distance

Returns:

  • (Object)

    the current value of distance



32
33
34
# File 'lib/gemfilelint/similarity_detector.rb', line 32

def distance
  @distance
end

#stringObject

Returns the value of attribute string

Returns:

  • (Object)

    the current value of string



32
33
34
# File 'lib/gemfilelint/similarity_detector.rb', line 32

def string
  @string
end