Ruby on Rails latest stable (v7.1.3.2) - 0 notes - Superclass: Object

Implements the logic behind +Rails::Command::NotesCommand+. See rails notes --help for usage information.

Annotation objects are triplets :line, :tag, :text that represent the line where the annotation lives, its tag, and its text. Note the filename is not stored.

Annotations are looked for in comments and modulus whitespace they have to start with the tag optionally followed by a colon. Everything up to the end of the line (or closing ERB comment tag) is considered to be their text.

Show files where this class is defined (1 file)
Register or log in to add new notes.