private Method

TaskManager.generate_name

Generate an anonymous namespace name.

Source Code

# File rake.rb, line 1747
def generate_name
  @seed ||= 0
  @seed += 1
  "_anon_#{@seed}"
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.