Method: YARD::CLI::Server#server_options

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

#server_optionsHash

Returns a list of options to pass to the web server.

Returns:

  • (Hash)

    a list of options to pass to the web server

Since:

  • 0.6.0


10
11
12
# File 'lib/yard/cli/server.rb', line 10

def server_options
  @server_options
end