Module: LicenseFinder::CLI::MakesDecisions
- Included in:
- Approvals, Dependencies, IgnoredDependencies, IgnoredGroups, InheritedDecisions, Licenses, PermittedLicenses, ProjectName, RestrictedLicenses
- Defined in:
- lib/license_finder/cli/makes_decisions.rb
Defined Under Namespace
Modules: ClassMethods
Class Method Summary collapse
Class Method Details
.included(mod) ⇒ Object
6 7 8 |
# File 'lib/license_finder/cli/makes_decisions.rb', line 6 def self.included(mod) mod.extend(ClassMethods) end |