Method: CodeownerValidator::Validator#summary
- Defined in:
- lib/codeowner_validator/validator.rb
#summary ⇒ Array
Public: Returns an array of summaries associated to all tasks that are to be executed
29 30 31 |
# File 'lib/codeowner_validator/validator.rb', line 29 def summary tasks.map { |t| " * #{t.summary}" } end |