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 8 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 6 def type; :features end