Method: YARD::CLI::Server#template_paths

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

#template_pathsArray<String>

Returns a list of template paths to register.

Returns:

  • (Array<String>)

    a list of template paths to register

Since:

  • 0.6.2


24
25
26
# File 'lib/yard/cli/server.rb', line 24

def template_paths
  @template_paths
end