Method: YARD::Server::Adapter#server_options

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

#server_optionsHash

Returns a set of options to pass to the server backend. Note that :DocumentRoot also sets the #document_root.

Returns:

  • (Hash)

    a set of options to pass to the server backend. Note that :DocumentRoot also sets the #document_root.

Since:

  • 0.6.0


40
41
42
# File 'lib/yard/server/adapter.rb', line 40

def server_options
  @server_options
end