Method: SimpleCov::SourceFile#filename

Defined in:
lib/simplecov/source_file.rb

#filenameObject (readonly)

The full path to this source file (e.g. /User/colszowka/projects/simplecov/lib/simplecov/source_file.rb)

[View source]

10
11
12
# File 'lib/simplecov/source_file.rb', line 10

def filename
  @filename
end