Class: AppMap::Config::File
- Inherits:
-
Path
- Object
- Struct
- PathStruct
- Path
- AppMap::Config::File
- Defined in:
- lib/appmap/config/file.rb
Overview
Scan a specific file for AppMap features.
Instance Attribute Summary
Attributes inherited from Path
Attributes inherited from PathStruct
Instance Method Summary collapse
-
#initialize(path) ⇒ File
constructor
A new instance of File.
Methods inherited from Path
Constructor Details
#initialize(path) ⇒ File
Returns a new instance of File.
8 9 10 |
# File 'lib/appmap/config/file.rb', line 8 def initialize(path) super end |