Method: Licensed::Dependency#errors?

Defined in:
lib/licensed/dependency.rb

#errors?Boolean

Returns true if the dependency has any errors, false otherwise

Returns:

  • (Boolean)


53
54
55
# File 'lib/licensed/dependency.rb', line 53

def errors?
  errors.any?
end