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

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

Instance Method Summary collapse

Instance Method Details

#itemsObject



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

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

#typeObject



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

def type; :features end