Sha256: c8014e5083b75fcf8b5692a51a13ccadfcb89cc36e7efa0a988ac48471741b61
Contents?: true
Size: 357 Bytes
Versions: 2
Compression:
Stored size: 357 Bytes
Contents
module AppMap module Command InspectStruct = Struct.new(:config) class Inspect < InspectStruct def perform require 'appmap/command/record' features = AppMap.inspect(config) { version: AppMap::APPMAP_FORMAT_VERSION, metadata: AppMap::Command::Record.detect_metadata, classMap: features } end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
appmap-0.23.0 | lib/appmap/command/inspect.rb |
appmap-0.22.0 | lib/appmap/command/inspect.rb |