Sha256: 8950d8fe4d0adf6cd2efa00610c09195e02516a8adb74a32535b48dd9036588a

Contents?: true

Size: 339 Bytes

Versions: 8

Compression:

Stored size: 339 Bytes

Contents

# encoding: utf-8
# This file is distributed under New Relic's license terms.
# See https://github.com/newrelic/rpm/blob/master/LICENSE for complete details.

module FlakyProxy
  class Sequence
    attr_reader :builder

    def initialize(&blk)
      @builder = Rule::ActionBuilder.new
      @builder.instance_eval(&blk)
    end
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
newrelic_rpm-3.9.3.241 test/flaky_proxy/lib/flaky_proxy/sequence.rb
newrelic_rpm-3.9.2.239 test/flaky_proxy/lib/flaky_proxy/sequence.rb
newrelic_rpm-3.9.1.236 test/flaky_proxy/lib/flaky_proxy/sequence.rb
newrelic_rpm-3.9.0.229 test/flaky_proxy/lib/flaky_proxy/sequence.rb
newrelic_rpm-3.8.1.221 test/flaky_proxy/lib/flaky_proxy/sequence.rb
newrelic_rpm-3.8.0.218 test/flaky_proxy/lib/flaky_proxy/sequence.rb
newrelic_rpm-3.7.3.204 test/flaky_proxy/lib/flaky_proxy/sequence.rb
newrelic_rpm-3.7.3.199 test/flaky_proxy/lib/flaky_proxy/sequence.rb