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.83.4 spec/fixtures/hook/exclude.rb
appmap-0.83.3 spec/fixtures/hook/exclude.rb
appmap-0.83.2 spec/fixtures/hook/exclude.rb
appmap-0.83.1 spec/fixtures/hook/exclude.rb
appmap-0.83.0 spec/fixtures/hook/exclude.rb
appmap-0.82.0 spec/fixtures/hook/exclude.rb
appmap-0.81.1 spec/fixtures/hook/exclude.rb
appmap-0.81.0 spec/fixtures/hook/exclude.rb
appmap-0.80.2 spec/fixtures/hook/exclude.rb
appmap-0.80.1 spec/fixtures/hook/exclude.rb
appmap-0.80.0 spec/fixtures/hook/exclude.rb
appmap-0.79.0 spec/fixtures/hook/exclude.rb
appmap-0.78.0 spec/fixtures/hook/exclude.rb
appmap-0.77.4 spec/fixtures/hook/exclude.rb
appmap-0.77.3 spec/fixtures/hook/exclude.rb
appmap-0.77.2 spec/fixtures/hook/exclude.rb
appmap-0.77.1 spec/fixtures/hook/exclude.rb
appmap-0.77.0 spec/fixtures/hook/exclude.rb
appmap-0.76.0 spec/fixtures/hook/exclude.rb
appmap-0.75.0 spec/fixtures/hook/exclude.rb