Method: Slather::CoverageFile#initialize
- Defined in:
- lib/slather/coverage_file.rb
#initialize(project, gcno_file_pathname) ⇒ CoverageFile
Returns a new instance of CoverageFile.
12 13 14 15 |
# File 'lib/slather/coverage_file.rb', line 12 def initialize(project, gcno_file_pathname) self.project = project self.gcno_file_pathname = Pathname(gcno_file_pathname) end |