public Method

Context.record_location(toplevel)

Record the file that we happen to find it in

Source Code

# File rdoc/code_objects.rb, line 220
def record_location(toplevel)
  @in_files << toplevel unless @in_files.include?(toplevel)
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.