Method: YARD::CLI::YardoptsCommand#initialize

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

#initializeYardoptsCommand

Creates a new command that reads .yardopts

Since:

  • 0.8.3



25
26
27
28
29
30
# File 'lib/yard/cli/yardopts_command.rb', line 25

def initialize
  super
  @options_file = DEFAULT_YARDOPTS_FILE
  @use_yardopts_file = true
  @use_document_file = true
end