Method: YARD::CLI::Config#reset

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

#resetBoolean

Returns whether to reset the #key.

Returns:

  • (Boolean)

    whether to reset the #key

Since:

  • 0.6.2


13
14
15
# File 'lib/yard/cli/config.rb', line 13

def reset
  @reset
end