Method: YARD::Server::Adapter#options

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

#optionsHash

Returns options passed and processed by adapters. The actual options mostly depend on the adapters themselves.

Returns:

  • (Hash)

    options passed and processed by adapters. The actual options mostly depend on the adapters themselves.

Since:

  • 0.6.0


36
37
38
# File 'lib/yard/server/adapter.rb', line 36

def options
  @options
end