Class: LicenseFinder::License::NoneMatcher

Inherits:
Object
  • Object
show all
Defined in:
lib/license_finder/license/none_matcher.rb

Instance Method Summary collapse

Instance Method Details

#matches_text?(_text) ⇒ Boolean

Returns:

  • (Boolean)


6
7
8
# File 'lib/license_finder/license/none_matcher.rb', line 6

def matches_text?(_text)
  false
end