Class: Licensee::Matchers::Cargo
- Defined in:
- lib/licensee/matchers/cargo.rb
Constant Summary collapse
- LICENSE_REGEX =
%r{ ^\s*['"]?license['"]?\s*=\s*['"]([a-z\-0-9. +()/]+)['"]\s* }ix
Constants inherited from Matcher
Instance Attribute Summary
Attributes inherited from Matcher
Method Summary
Methods inherited from Package
Methods inherited from Matcher
#confidence, #initialize, #match, #name
Methods included from HashHelper
Constructor Details
This class inherits a constructor from Licensee::Matchers::Matcher