Method: HmxClient::Command.register_namespace

Defined in:
lib/hmx/command.rb

.register_namespace(namespace) ⇒ Object



33
34
35
# File 'lib/hmx/command.rb', line 33

def self.register_namespace(namespace)
  namespaces[namespace[:name]] = namespace
end