private Method

RDoc.output_flag_file(op_dir)

Return the path name of the flag file in an output directory.

Source Code

# File rdoc/rdoc.rb, line 139
def output_flag_file(op_dir)
  File.join(op_dir, "created.rid")
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.