class ParallelTests::RSpec::LoggerBase
def lock_output
def lock_output if @output.is_a?(File) begin @output.flock File::LOCK_EX yield ensure @output.flock File::LOCK_UN end else yield end end
def lock_output if @output.is_a?(File) begin @output.flock File::LOCK_EX yield ensure @output.flock File::LOCK_UN end else yield end end