method
display_annotations
v7.2.3 -
Show latest stable
- Class:
Rails::Command::NotesCommand
display_annotations()private
No documentation available.
# File railties/lib/rails/commands/notes/notes_command.rb, line 18
def display_annotations
annotations = options[:annotations] || Rails::SourceAnnotationExtractor::Annotation.tags
tag = (annotations.length > 1)
Rails::SourceAnnotationExtractor.enumerate annotations.join("|"), tag: tag, dirs: directories
end