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)


4
5
6
# File 'lib/license_finder/license/none_matcher.rb', line 4

def matches_text?(text)
  false
end