Method: YARD::Server::Commands::LibraryCommand#single_library

Defined in:
lib/yard/server/commands/library_command.rb

#single_libraryBoolean

Returns whether router should route for multiple libraries.

Returns:

  • (Boolean)

    whether router should route for multiple libraries

Since:

  • 0.6.0

[View source]

42
43
44
# File 'lib/yard/server/commands/library_command.rb', line 42

def single_library
  @single_library
end