class Fluent::Test::TestOutputChain
Attributes
called[R]
Public Class Methods
new()
click to toggle source
# File lib/fluent/test/output_test.rb, line 20 def initialize @called = 0 end
Public Instance Methods
next()
click to toggle source
# File lib/fluent/test/output_test.rb, line 24 def next @called += 1 end