Class: AppMap::Config::File

Inherits:
Path show all
Defined in:
lib/appmap/config/file.rb

Overview

Scan a specific file for AppMap features.

Instance Attribute Summary

Attributes inherited from Path

#mode

Attributes inherited from PathStruct

#path

Instance Method Summary collapse

Methods inherited from Path

#<=>, #children

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