Class: YARD::Server::Commands::ListFeaturesCommand
- Inherits:
-
ListCommand
- Object
- ListCommand
- YARD::Server::Commands::ListFeaturesCommand
- 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
#items ⇒ Object
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 |
#type ⇒ Object
9 |
# File 'lib/yard/server/commands/list_command.rb', line 9 def type; :features end |