Method: YARD::CLI::Yardoc#excluded

Defined in:
lib/yard/cli/yardoc.rb

#excludedArray<String>

Returns list of excluded paths (regexp matches).

Returns:

  • (Array<String>)

    list of excluded paths (regexp matches)

Since:

  • 0.5.3



155
156
157
# File 'lib/yard/cli/yardoc.rb', line 155

def excluded
  @excluded
end