method

source_annotation_directories

rails latest stable - Class: Rails::Command::NotesCommand

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v6.0.0) is shown here.

source_annotation_directories()
private

No documentation available.

# File railties/lib/rails/commands/notes/notes_command.rb, line 34
        def source_annotation_directories
          ENV["SOURCE_ANNOTATION_DIRECTORIES"].to_s.split(",")
        end