Sha256: 3c7ad4034be27b84e5a90573458065407f14ff201e0c1741110f0928779cb284

Contents?: true

Size: 221 Bytes

Versions: 2

Compression:

Stored size: 221 Bytes

Contents

# frozen_string_literal: true

# rubocop:disable Style/EvalWithLocation

module AppMap
  class SpecClasses
    class WithEval
      eval %(def text; 'text'; end)
    end
  end
end

# rubocop:enable Style/EvalWithLocation

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
appmap-0.83.4 spec/handler/class_with_eval.rb
appmap-0.83.3 spec/handler/class_with_eval.rb