Class: Hiera::Backend::Eyaml::Commands

Inherits:
Object
  • Object
show all
Defined in:
lib/hiera/backend/eyaml/commands.rb

Constant Summary collapse

@@commands =
[]

Class Method Summary collapse

Class Method Details

.commandsObject



14
15
16
# File 'lib/hiera/backend/eyaml/commands.rb', line 14

def self.commands
  @@commands
end

.registerObject



10
11
12
# File 'lib/hiera/backend/eyaml/commands.rb', line 10

def self.register
  
end