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