Method: Papers::LicenseValidator#initialize
- Defined in:
- lib/papers/license_validator.rb
#initialize ⇒ LicenseValidator
Returns a new instance of LicenseValidator.
13 14 15 |
# File 'lib/papers/license_validator.rb', line 13 def initialize @errors = [] end |