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.54.2 spec/fixtures/hook/custom_instance_method.rb
appmap-0.54.1 spec/fixtures/hook/custom_instance_method.rb
appmap-0.54.0 spec/fixtures/hook/custom_instance_method.rb
appmap-0.53.0 spec/fixtures/hook/custom_instance_method.rb
appmap-0.52.1 spec/fixtures/hook/custom_instance_method.rb
appmap-0.52.0 spec/fixtures/hook/custom_instance_method.rb
appmap-0.51.3 spec/fixtures/hook/custom_instance_method.rb
appmap-0.51.2 spec/fixtures/hook/custom_instance_method.rb
appmap-0.51.1 spec/fixtures/hook/custom_instance_method.rb
appmap-0.51.0 spec/fixtures/hook/custom_instance_method.rb
appmap-0.50.0 spec/fixtures/hook/custom_instance_method.rb
appmap-0.49.0 spec/fixtures/hook/custom_instance_method.rb
appmap-0.48.2 spec/fixtures/hook/custom_instance_method.rb
appmap-0.48.1 spec/fixtures/hook/custom_instance_method.rb
appmap-0.48.0 spec/fixtures/hook/custom_instance_method.rb
appmap-0.47.1 spec/fixtures/hook/custom_instance_method.rb
appmap-0.47.0 spec/fixtures/hook/custom_instance_method.rb
appmap-0.46.0 spec/fixtures/hook/custom_instance_method.rb
appmap-0.45.1 spec/fixtures/hook/custom_instance_method.rb
appmap-0.45.0 spec/fixtures/hook/custom_instance_method.rb