Method: YARD::CLI::Config#as_list

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

#as_listBoolean

Returns whether the value being set should be inside a list.

Returns:

  • (Boolean)

    whether the value being set should be inside a list

Since:

  • 0.6.2


16
17
18
# File 'lib/yard/cli/config.rb', line 16

def as_list
  @as_list
end