Class: YARD::Server::Commands::ListFeaturesCommand

Inherits:
ListCommand
  • Object
show all
Defined in:
lib/yard/server/commands/list_command.rb

Overview

List Features powers the features menu option in ‘yard server`

Instance Method Summary collapse

Instance Method Details

#itemsObject



11
12
13
14
# File 'lib/yard/server/commands/list_command.rb', line 11

def items
  Registry.load_all
  run_verifier(Registry.all(:feature))
end

#typeObject



9
# File 'lib/yard/server/commands/list_command.rb', line 9

def type; :features end