Method: SimpleCov::SourceFile#filename
- Defined in:
- lib/simplecov/source_file.rb
permalink #filename ⇒ Object (readonly)
The full path to this source file (e.g. /User/colszowka/projects/simplecov/lib/simplecov/source_file.rb)
10 11 12 |
# File 'lib/simplecov/source_file.rb', line 10 def filename @filename end |