Method: YARD::CLI::Config#key

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

#keySymbol?

Returns the key to view/edit, if any.

Returns:

  • (Symbol, nil)

    the key to view/edit, if any

Since:

  • 0.6.2


7
8
9
# File 'lib/yard/cli/config.rb', line 7

def key
  @key
end