Method: LicenseFinder::Licensing#activations_from_spec
- Defined in:
- lib/license_finder/package_utils/licensing.rb
#activations_from_spec ⇒ Object
23 24 25 26 |
# File 'lib/license_finder/package_utils/licensing.rb', line 23 def activations_from_spec @activations_from_spec ||= licenses_from_spec .map { |license| Activation::FromSpec.new(package, license) } end |