Sha256: af29e01cf10ea482405e2bc2b530d154c8823abd4e1485aa8a0563f21e18c69d

Contents?: true

Size: 166 Bytes

Versions: 23

Compression:

Stored size: 166 Bytes

Contents

class ReportParameters
  def to_s; self.class.name; end

  def report_parameters(*args, kw1:, kw2: 'kw2', **kws)
    method(:report_parameters).parameters
  end
end

Version data entries

23 entries across 23 versions & 1 rubygems

Version Path
appmap-0.83.4 spec/fixtures/hook/report_parameters.rb
appmap-0.83.3 spec/fixtures/hook/report_parameters.rb
appmap-0.83.2 spec/fixtures/hook/report_parameters.rb
appmap-0.83.1 spec/fixtures/hook/report_parameters.rb
appmap-0.83.0 spec/fixtures/hook/report_parameters.rb
appmap-0.82.0 spec/fixtures/hook/report_parameters.rb
appmap-0.81.1 spec/fixtures/hook/report_parameters.rb
appmap-0.81.0 spec/fixtures/hook/report_parameters.rb
appmap-0.80.2 spec/fixtures/hook/report_parameters.rb
appmap-0.80.1 spec/fixtures/hook/report_parameters.rb
appmap-0.80.0 spec/fixtures/hook/report_parameters.rb
appmap-0.79.0 spec/fixtures/hook/report_parameters.rb
appmap-0.78.0 spec/fixtures/hook/report_parameters.rb
appmap-0.77.4 spec/fixtures/hook/report_parameters.rb
appmap-0.77.3 spec/fixtures/hook/report_parameters.rb
appmap-0.77.2 spec/fixtures/hook/report_parameters.rb
appmap-0.77.1 spec/fixtures/hook/report_parameters.rb
appmap-0.77.0 spec/fixtures/hook/report_parameters.rb
appmap-0.76.0 spec/fixtures/hook/report_parameters.rb
appmap-0.75.0 spec/fixtures/hook/report_parameters.rb