class Fluent::Test::TestOutputChain

Attributes

called[R]

Public Class Methods

new() click to toggle source
# File lib/fluent/test/output_test.rb, line 21
def initialize
  @called = 0
end

Public Instance Methods

next() click to toggle source
# File lib/fluent/test/output_test.rb, line 25
def next
  @called += 1
end