Method: TkNamespace.ensemble_create
- Defined in:
- ext/lib/tk/namespace.rb
.ensemble_create(*keys) ⇒ Object
398 399 400 |
# File 'ext/lib/tk/namespace.rb', line 398 def self.ensemble_create(*keys) tk_call('namespace', 'ensemble', 'create', *hash_kv(keys)) end |