Sha256: 90789d4a61bf96837bc5e8fd7edd19dbf987dacefa672e31040ec24f13ea13ef

Contents?: true

Size: 154 Bytes

Versions: 81

Compression:

Stored size: 154 Bytes

Contents

# frozen_string_literal: true

class CustomInstanceMethod
  def to_s
    'CustomInstance Method fixture'
  end

  def say_default
    'default'
  end
end

Version data entries

81 entries across 81 versions & 1 rubygems

Version Path
appmap-0.74.0 spec/fixtures/hook/custom_instance_method.rb
appmap-0.73.0 spec/fixtures/hook/custom_instance_method.rb
appmap-0.72.5 spec/fixtures/hook/custom_instance_method.rb
appmap-0.72.4 spec/fixtures/hook/custom_instance_method.rb
appmap-0.72.3 spec/fixtures/hook/custom_instance_method.rb
appmap-0.72.2 spec/fixtures/hook/custom_instance_method.rb
appmap-0.72.1 spec/fixtures/hook/custom_instance_method.rb
appmap-0.72.0 spec/fixtures/hook/custom_instance_method.rb
appmap-0.71.0 spec/fixtures/hook/custom_instance_method.rb
appmap-0.70.2 spec/fixtures/hook/custom_instance_method.rb
appmap-0.70.1 spec/fixtures/hook/custom_instance_method.rb
appmap-0.70.0 spec/fixtures/hook/custom_instance_method.rb
appmap-0.69.0 spec/fixtures/hook/custom_instance_method.rb
appmap-0.68.2 spec/fixtures/hook/custom_instance_method.rb
appmap-0.68.1 spec/fixtures/hook/custom_instance_method.rb
appmap-0.68.0 spec/fixtures/hook/custom_instance_method.rb
appmap-0.67.1 spec/fixtures/hook/custom_instance_method.rb
appmap-0.67.0 spec/fixtures/hook/custom_instance_method.rb
appmap-0.66.2 spec/fixtures/hook/custom_instance_method.rb
appmap-0.66.1 spec/fixtures/hook/custom_instance_method.rb