I am using Ruby on Rails 3.0.7 and I am trying to understand how the RDoc system works. So I would like to understand what the "hash" value means when the official documentation refers to that on line 7:
- Names of classes, source files, and any method names containing an underscore or preceded by a hash character are automatically hyperlinked from comment text to their description.
Can you make me an example of stating that in my commented code? Have you some advice about using that?
BTW: Do you have a "MUST READ" resource referring to RDoc? If so, can you provide that?