Module: Kiba::Extend::Command::Reg
- Defined in:
- lib/kiba/extend/command/reg.rb,
lib/kiba/extend/command/reg/list.rb
Defined Under Namespace
Modules: List
Class Method Summary collapse
Class Method Details
.list ⇒ Object
9 10 11 |
# File 'lib/kiba/extend/command/reg.rb', line 9 def list puts Kiba::Extend::Registry::RegistryList.new end |
.tags ⇒ Object
13 14 15 16 17 18 19 20 |
# File 'lib/kiba/extend/command/reg.rb', line 13 def Kiba::Extend.registry.entries.map(&:tags) .compact .reject(&:empty?) .flatten .uniq .sort end |
.validate ⇒ Object
22 23 24 |
# File 'lib/kiba/extend/command/reg.rb', line 22 def validate Kiba::Extend::Registry::RegistryValidator.new.report end |