Class: Licensee::Matchers::DistZilla
- Defined in:
- lib/licensee/matchers/dist_zilla.rb
Constant Summary collapse
- LICENSE_REGEX =
/^license\s*=\s*([a-z\-0-9._]+)/i
Constants inherited from Matcher
Instance Attribute Summary collapse
-
#file ⇒ Object
readonly
Returns the value of attribute file.
Method Summary
Methods inherited from Package
Methods inherited from Matcher
#confidence, #initialize, #match, #name
Methods included from HashHelper
Constructor Details
This class inherits a constructor from Licensee::Matchers::Matcher
Instance Attribute Details
#file ⇒ Object (readonly)
Returns the value of attribute file.
6 7 8 |
# File 'lib/licensee/matchers/dist_zilla.rb', line 6 def file @file end |