Method: SimpleCov::Configuration#tracked_files
- Defined in:
- lib/simplecov/configuration.rb
#tracked_files ⇒ Object
Returns the glob that will be used to include files that were not explicitly required.
67 68 69 |
# File 'lib/simplecov/configuration.rb', line 67 def tracked_files @tracked_files if defined?(@tracked_files) end |