private Method

RDoc.update_output_dir(op_dir, time)

Update the flag file in an output directory.

Source Code

# File rdoc/rdoc.rb, line 134
def update_output_dir(op_dir, time)
  File.open(output_flag_file(op_dir), "w") {|f| f.puts time.rfc2822 }
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.