Sha256: d8823a3c977217a3c6cce0781d0aca32709d3cf76f31bc524baaf0f57f49bfc1

Contents?: true

Size: 183 Bytes

Versions: 4

Compression:

Stored size: 183 Bytes

Contents

module AppMap
  module Command
    InspectStruct = Struct.new(:config)

    class Inspect < InspectStruct
      def perform
        AppMap.inspect(config)
      end
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
appmap-0.21.0 lib/appmap/command/inspect.rb
appmap-0.20.0 lib/appmap/command/inspect.rb
appmap-0.19.0 lib/appmap/command/inspect.rb
appmap-0.18.1 lib/appmap/command/inspect.rb