private Method

RakeFileUtils.rake_output_message(message)

Send the message to the default rake output (which is $stderr).

Source Code

# File rake.rb, line 1067
def rake_output_message(message)
  $stderr.puts(message)
end
Comments

Have your say
Please use Textile formatting (click here for a cheat sheet). Use <code/> and <pre/> for code samples.
Click here to login with OpenID to to post comments.