Sha256: 54bbb6a3bb804240f053bb1e6def117a621902330100057ffcb97426eec2dfc2

Contents?: true

Size: 201 Bytes

Versions: 87

Compression:

Stored size: 201 Bytes

Contents

class ExcludeTest
  def instance_method
    'instance_method'
  end

  class << self
    def singleton_method
      'singleton_method'
    end
  end

  def self.cls_method
    'class_method'
  end
end

Version data entries

87 entries across 87 versions & 1 rubygems

Version Path
appmap-0.54.2 spec/fixtures/hook/exclude.rb
appmap-0.54.1 spec/fixtures/hook/exclude.rb
appmap-0.54.0 spec/fixtures/hook/exclude.rb
appmap-0.53.0 spec/fixtures/hook/exclude.rb
appmap-0.52.1 spec/fixtures/hook/exclude.rb
appmap-0.52.0 spec/fixtures/hook/exclude.rb
appmap-0.51.3 spec/fixtures/hook/exclude.rb
appmap-0.51.2 spec/fixtures/hook/exclude.rb
appmap-0.51.1 spec/fixtures/hook/exclude.rb
appmap-0.51.0 spec/fixtures/hook/exclude.rb
appmap-0.50.0 spec/fixtures/hook/exclude.rb
appmap-0.49.0 spec/fixtures/hook/exclude.rb
appmap-0.48.2 spec/fixtures/hook/exclude.rb
appmap-0.48.1 spec/fixtures/hook/exclude.rb
appmap-0.48.0 spec/fixtures/hook/exclude.rb
appmap-0.47.1 spec/fixtures/hook/exclude.rb
appmap-0.47.0 spec/fixtures/hook/exclude.rb
appmap-0.46.0 spec/fixtures/hook/exclude.rb
appmap-0.45.1 spec/fixtures/hook/exclude.rb
appmap-0.45.0 spec/fixtures/hook/exclude.rb