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
Update the flag file in an output directory.
# 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
<code/>and<pre/>for code samples.