Method: TkNamespace.ensemble_create

Defined in:
lib/tk/namespace.rb

.ensemble_create(*keys) ⇒ Object



383
384
385
# File 'lib/tk/namespace.rb', line 383

def self.ensemble_create(*keys)
  tk_call('namespace', 'ensemble', 'create', *hash_kv(keys))
end