Module Rake::TraceOutput
In: lib/rake/trace_output.rb

Methods

trace_on  

Public Instance methods

Write trace output to output stream out.

The write is done as a single IO call (to print) to lessen the chance that the trace output is interrupted by other tasks also producing output.

[Validate]