method

match?

v2_6_3 - Show latest stable - Class: Gem::Licenses
match?(license)
public

No documentation available.

# File lib/rubygems/util/licenses.rb, line 425
  def self.match?(license)
    !REGEXP.match(license).nil?
  end