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.74.0 spec/fixtures/hook/exclude.rb
appmap-0.73.0 spec/fixtures/hook/exclude.rb
appmap-0.72.5 spec/fixtures/hook/exclude.rb
appmap-0.72.4 spec/fixtures/hook/exclude.rb
appmap-0.72.3 spec/fixtures/hook/exclude.rb
appmap-0.72.2 spec/fixtures/hook/exclude.rb
appmap-0.72.1 spec/fixtures/hook/exclude.rb
appmap-0.72.0 spec/fixtures/hook/exclude.rb
appmap-0.71.0 spec/fixtures/hook/exclude.rb
appmap-0.70.2 spec/fixtures/hook/exclude.rb
appmap-0.70.1 spec/fixtures/hook/exclude.rb
appmap-0.70.0 spec/fixtures/hook/exclude.rb
appmap-0.69.0 spec/fixtures/hook/exclude.rb
appmap-0.68.2 spec/fixtures/hook/exclude.rb
appmap-0.68.1 spec/fixtures/hook/exclude.rb
appmap-0.68.0 spec/fixtures/hook/exclude.rb
appmap-0.67.1 spec/fixtures/hook/exclude.rb
appmap-0.67.0 spec/fixtures/hook/exclude.rb
appmap-0.66.2 spec/fixtures/hook/exclude.rb
appmap-0.66.1 spec/fixtures/hook/exclude.rb