Method: LicenseScout::Reporter::Result#<=>

Defined in:
lib/license_scout/reporter.rb

#<=>(other) ⇒ Object



46
47
48
# File 'lib/license_scout/reporter.rb', line 46

def <=>(other)
  dependency.path <=> other.dependency.path
end