Method: YARD::CLI::Yardoc#list

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

#listBoolean

Returns whether to print a list of objects.

Returns:

  • (Boolean)

    whether to print a list of objects

Since:

  • 0.5.5



170
171
172
# File 'lib/yard/cli/yardoc.rb', line 170

def list
  @list
end