Sha256: 8a145fa31e084163a5811c582c8e1508eb62bd5aafcf1337070ddfe6ccb26ec3

Contents?: true

Size: 199 Bytes

Versions: 7

Compression:

Stored size: 199 Bytes

Contents

module Skiptrace
  module BasicNestedFixture
    extend self

    def call
      raise_an_error
    rescue => exc
      exc
    end

    private

    def raise_an_error
      raise
    end
  end
end

Version data entries

7 entries across 7 versions & 4 rubygems

Version Path
blacklight-spotlight-3.6.0.beta8 vendor/bundle/ruby/3.2.0/gems/bindex-0.8.1/test/fixtures/basic_nested_fixture.rb
chatops-rpc-0.0.2 fixtures/chatops-controller-example/vendor/bundle/ruby/2.5.0/gems/bindex-0.8.1/test/fixtures/basic_nested_fixture.rb
chatops-rpc-0.0.1 fixtures/chatops-controller-example/vendor/bundle/ruby/2.5.0/gems/bindex-0.8.1/test/fixtures/basic_nested_fixture.rb
bindex-0.8.1 test/fixtures/basic_nested_fixture.rb
skiptrace-0.8.1 test/fixtures/basic_nested_fixture.rb
skiptrace-0.8.0 test/fixtures/basic_nested_fixture.rb
bindex-0.8.0 test/fixtures/basic_nested_fixture.rb