Method: TkNamespace.export
- Defined in:
- lib/tk/namespace.rb
.export(*patterns) ⇒ Object
426 427 428 |
# File 'lib/tk/namespace.rb', line 426 def self.export(*patterns) tk_call('namespace', 'export', *patterns) end |
426 427 428 |
# File 'lib/tk/namespace.rb', line 426 def self.export(*patterns) tk_call('namespace', 'export', *patterns) end |