method

display_annotations

Importance_0
v6.0.0 - Show latest stable - 0 notes - Class: NotesCommand
display_annotations() private

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File railties/lib/rails/commands/notes/notes_command.rb, line 18
        def display_annotations
          annotations = options[:annotations]
          tag = (annotations.length > 1)

          Rails::SourceAnnotationExtractor.enumerate annotations.join("|"), tag: tag, dirs: directories
        end
Register or log in to add new notes.