Sha256: be0021b3cba66b2723c1606fe6369dcda7c6e8c5dc8c8aebbab9a2bff881e97f

Contents?: true

Size: 168 Bytes

Versions: 62

Compression:

Stored size: 168 Bytes

Contents

class Kwargs
  class << self
    def no_kwargs(args)
      args
    end

    def has_kwrest_calls_no_kwargs(args, **kwargs)
      no_kwargs(**kwargs)
    end
  end
end

Version data entries

62 entries across 62 versions & 1 rubygems

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