Method: YARD::CLI::YardoptsCommand#initialize
- Defined in:
- lib/yard/cli/yardopts_command.rb
#initialize ⇒ YardoptsCommand
Creates a new command that reads .yardopts
25 26 27 28 29 30 |
# File 'lib/yard/cli/yardopts_command.rb', line 25 def initialize super = DEFAULT_YARDOPTS_FILE @use_yardopts_file = true @use_document_file = true end |