Module: LicenseMatcher
- Defined in:
- lib/license_matcher.rb,
lib/license_matcher/preprocess.rb,
lib/license_matcher/url_matcher.rb,
lib/license_matcher/rule_matcher.rb,
lib/license_matcher/tf_ruby_matcher.rb
Defined Under Namespace
Classes: Preprocess, RuleMatcher, TFRubyMatcher, UrlMatcher
Class Method Summary collapse
-
.const_missing(c) ⇒ Object
if class is missing from the module, then look from global ns.
Class Method Details
.const_missing(c) ⇒ Object
if class is missing from the module, then look from global ns
30 31 32 |
# File 'lib/license_matcher.rb', line 30 def self.const_missing(c) Object.const_get(c) end |