Class: Enviera::Commands

Inherits:
Object
  • Object
show all
Defined in:
lib/enviera/commands.rb

Constant Summary collapse

@@commands =
[]

Class Method Summary collapse

Class Method Details

.commandsObject



12
13
14
# File 'lib/enviera/commands.rb', line 12

def self.commands
  @@commands
end

.registerObject



8
9
10
# File 'lib/enviera/commands.rb', line 8

def self.register

end