Sha256: c9ee550663af7cd552c92a4357a7ec1eec5b052a16562b912bd9fee0fc4335ab

Contents?: true

Size: 205 Bytes

Versions: 6

Compression:

Stored size: 205 Bytes

Contents

module AppMap
  module Config
    # Scan a specific file for AppMap features.
    #
    # @appmap
    class File < Path
      # @appmap
      def initialize(path)
        super
      end
    end
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
appmap-0.23.0 lib/appmap/config/file.rb
appmap-0.22.0 lib/appmap/config/file.rb
appmap-0.21.0 lib/appmap/config/file.rb
appmap-0.20.0 lib/appmap/config/file.rb
appmap-0.19.0 lib/appmap/config/file.rb
appmap-0.18.1 lib/appmap/config/file.rb