class Gem::Licenses
Constants
- IDENTIFIERS
Software Package Data Exchange (SPDX) standard open-source software license identifiers
- NONSTANDARD
- REGEXP
Public Class Methods
match?(license)
click to toggle source
# File lib/rubygems/util/licenses.rb, line 326 def self.match?(license) !REGEXP.match(license).nil? end