Method: Commons::Integrity::Report#initialize

Defined in:
lib/commons/integrity/report.rb

#initialize(file:, config: nil) ⇒ Report

Returns a new instance of Report.



13
14
15
16
# File 'lib/commons/integrity/report.rb', line 13

def initialize(file:, config: nil)
  @file = Pathname.new(file)
  @config = config
end