Libraries
»
vmit
(0.0.3.99)
»
Index
»
Vmit
»
YamlRegistry
»
#keys
Method: Vmit::YamlRegistry#keys
Defined in:
lib/vmit/registry.rb
#
keys
⇒
Object
162 163 164
# File 'lib/vmit/registry.rb', line 162
def
keys
each
.
to_a
.
map
(
&
:first
)
end