class YARD::Server::Commands::ListFeaturesCommand

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

Public Instance Methods

items() click to toggle source
# File lib/yard/server/commands/list_command.rb, line 11
def items
  Registry.load_all
  run_verifier(Registry.all(:feature))
end
type() click to toggle source
# File lib/yard/server/commands/list_command.rb, line 9
def type; :features end