Class: LicenseFinder::OrLicense
- Inherits:
-
AndLicense
- Object
- License
- AndLicense
- LicenseFinder::OrLicense
- Defined in:
- lib/license_finder/license.rb
Instance Attribute Summary
Attributes inherited from AndLicense
Attributes inherited from License
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(name) ⇒ OrLicense
constructor
A new instance of OrLicense.
Methods inherited from License
all, #eql?, find_by_name, find_by_text, #hash, #matches_name?, #matches_text?, #name, #standard_id, #stripped_name, #unrecognized_matcher?
Constructor Details
Class Method Details
.operator ⇒ Object
115 116 117 |
# File 'lib/license_finder/license.rb', line 115 def self.operator ' OR ' end |