Method: Highway::Runtime::Context#archive_reports
- Defined in:
- lib/highway/runtime/context.rb
permalink #archive_reports ⇒ Array<Highway::Runtime::Report>
Reports containing information about archives.
121 122 123 |
# File 'lib/highway/runtime/context.rb', line 121 def archive_reports @reports.select { |report| report[:archive] != nil } end |