Class: LicenseFinder::License::NoneMatcher
- Inherits:
-
Object
- Object
- LicenseFinder::License::NoneMatcher
- Defined in:
- lib/license_finder/license/none_matcher.rb
Instance Method Summary collapse
Instance Method Details
#matches_text?(_text) ⇒ Boolean
6 7 8 |
# File 'lib/license_finder/license/none_matcher.rb', line 6 def matches_text?(_text) false end |