Module: LicenseMatcher

Defined in:
lib/license_matcher.rb,
lib/license_matcher/url_matcher.rb,
lib/license_matcher/rule_matcher.rb,
lib/license_matcher/tf_ruby_matcher.rb

Defined Under Namespace

Classes: RuleMatcher, TFRubyMatcher, UrlMatcher

Class Method Summary collapse

Class Method Details

.const_missing(c) ⇒ Object

if class is missing from the module, then look from global ns



18
19
20
# File 'lib/license_matcher.rb', line 18

def self.const_missing(c)
  Object.const_get(c)
end